#B68CE4

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

Shades of Biloba Flower #B68CE4

Tints of Biloba Flower #B68CE4

Color information

#B68CE4 (or 0xB68CE4) is unknown color: approx Biloba Flower. HEX triplet: B6, 8C and E4. RGB value is (182,140,228). Sum of RGB (Red+Green+Blue) = 182+140+228=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #B68CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CE4 is #49731B. Grayscale: #A2A2A2. Windows color (decimal): -4813596 or 14978230. OLE color: 14978230.

HSL color Cylindrical-coordinate representation of color #B68CE4: hue angle of 268.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68CE4 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182140228-
CMYK0.200.3900.11
HSL268.64º61.97%72.16%-
HSV(B)268.64º38.6%89.41%-
XYZ42.6734.377.77-
YUV162.59164.91141.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 228 (89.45% from 255) = 41.45%
R=33.09%
G=25.45%
B=41.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821402280.200.3900.11268.6461.9772.16
HexB68CE414270B10d3e48
Octal266214344244701341576110
Binary10110110100011001110010010100100111010111000011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CE4; }

 p { color: rgb(182,140,228); }

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

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

 a { background-color: rgb(182,140,228); }

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

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

 span { border-color: rgb(182,140,228); }

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