#B67CDC

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

Shades of Biloba Flower #B67CDC

Tints of Biloba Flower #B67CDC

Color information

#B67CDC (or 0xB67CDC) is unknown color: approx Biloba Flower. HEX triplet: B6, 7C and DC. RGB value is (182,124,220). Sum of RGB (Red+Green+Blue) = 182+124+220=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #B67CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67CDC is #498323. Grayscale: #979797. Windows color (decimal): -4817700 or 14449846. OLE color: 14449846.

HSL color Cylindrical-coordinate representation of color #B67CDC: hue angle of 276.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B67CDC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182124220-
CMYK0.170.4400.14
HSL276.25º57.83%67.45%-
HSV(B)276.25º43.64%86.27%-
XYZ39.4229.5371.33-
YUV152.29166.22149.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=34.60%
G=23.57%
B=41.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821242200.170.4400.14276.2557.8367.45
HexB67CDC112C0E1143a43
Octal266174334215401642472103
Binary1011011011111001101110010001101100011101000101001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CDC; }

 p { color: rgb(182,124,220); }

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

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

 a { background-color: rgb(182,124,220); }

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

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

 span { border-color: rgb(182,124,220); }

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