#B68CFC

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

Shades of Biloba Flower #B68CFC

Tints of Biloba Flower #B68CFC

Color information

#B68CFC (or 0xB68CFC) is unknown color: approx Biloba Flower. HEX triplet: B6, 8C and FC. RGB value is (182,140,252). Sum of RGB (Red+Green+Blue) = 182+140+252=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B68CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CFC is #497303. Grayscale: #A4A4A4. Windows color (decimal): -4813572 or 16551094. OLE color: 16551094.

HSL color Cylindrical-coordinate representation of color #B68CFC: hue angle of 262.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68CFC is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182140252-
CMYK0.280.4400.01
HSL262.5º94.92%76.86%-
HSV(B)262.5º44.44%98.82%-
XYZ46.2435.7396.55-
YUV165.33176.91139.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=31.71%
G=24.39%
B=43.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821402520.280.4400.01262.594.9276.86
HexB68CFC1C2C011065f4d
Octal266214374345401406137115
Binary101101101000110011111100111001011000110000011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CFC; }

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

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

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

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

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

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

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

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