#B67EEE

Color #B67EEE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B67EEE

Tints of Biloba Flower #B67EEE

Color information

#B67EEE (or 0xB67EEE) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and EE. RGB value is (182,126,238). Sum of RGB (Red+Green+Blue) = 182+126+238=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #B67EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EEE is #498111. Grayscale: #9B9B9B. Windows color (decimal): -4817170 or 15630006. OLE color: 15630006.

HSL color Cylindrical-coordinate representation of color #B67EEE: hue angle of 270º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67EEE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182126238-
CMYK0.240.4700.07
HSL270º76.71%71.37%-
HSV(B)270º47.06%93.33%-
XYZ42.1831.0484.66-
YUV155.51174.55146.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=33.33%
G=23.08%
B=43.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821262380.240.4700.0727076.7171.37
HexB67EEE182F0710e4d47
Octal266176356305707416115107
Binary1011011011111101110111011000101111011110000111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EEE; }

 p { color: rgb(182,126,238); }

 H1.HeaderClassName
 {
   color: #B67EEE;
 }
 .AnyTagClassName
 {
   color: #B67EEE;
 }
</style>
background-color css

<style>
 a { background-color: #B67EEE; }

 a { background-color: rgb(182,126,238); }

 div.DivClassName
 {
   background-color: #B67EEE;
 }
 .BgClassName
 {
   background-color: #B67EEE;
 }
</style>
border-color css

<style>
 span { border-color: #B67EEE; }

 span { border-color: rgb(182,126,238); }

 td.TdClassName
 {
   border-color: #B67EEE;
 }
 .TagClassName
 {
   border-color: #B67EEE;
 }
</style>