#B27DDC

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

Shades of Biloba Flower #B27DDC

Tints of Biloba Flower #B27DDC

Color information

#B27DDC (or 0xB27DDC) is unknown color: approx Biloba Flower. HEX triplet: B2, 7D and DC. RGB value is (178,125,220). Sum of RGB (Red+Green+Blue) = 178+125+220=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B27DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DDC is #4D8223. Grayscale: #979797. Windows color (decimal): -5079588 or 14450098. OLE color: 14450098.

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

Color convert

RGB178125220-
CMYK0.190.4300.14
HSL273.47º57.58%67.65%-
HSV(B)273.47º43.18%86.27%-
XYZ38.6129.371.33-
YUV151.68166.56146.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=34.03%
G=23.90%
B=42.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781252200.190.4300.14273.4757.5867.65
HexB27DDC132B0E1113a44
Octal262175334235301642172104
Binary1011001011111011101110010011101011011101000100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DDC; }

 p { color: rgb(178,125,220); }

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

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

 a { background-color: rgb(178,125,220); }

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

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

 span { border-color: rgb(178,125,220); }

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