#B68DEC

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

Shades of Biloba Flower #B68DEC

Tints of Biloba Flower #B68DEC

Color information

#B68DEC (or 0xB68DEC) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and EC. RGB value is (182,141,236). Sum of RGB (Red+Green+Blue) = 182+141+236=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B68DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DEC is #497213. Grayscale: #A3A3A3. Windows color (decimal): -4813332 or 15502774. OLE color: 15502774.

HSL color Cylindrical-coordinate representation of color #B68DEC: hue angle of 265.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68DEC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182141236-
CMYK0.230.4000.07
HSL265.89º71.43%73.92%-
HSV(B)265.89º40.25%92.55%-
XYZ43.9635.0583.81-
YUV164.09168.58140.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=32.56%
G=25.22%
B=42.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821412360.230.4000.07265.8971.4373.92
HexB68DEC17280710a474a
Octal266215354275007412107112
Binary10110110100011011110110010111101000011110000101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DEC; }

 p { color: rgb(182,141,236); }

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

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

 a { background-color: rgb(182,141,236); }

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

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

 span { border-color: rgb(182,141,236); }

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