#B27DE0

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

Shades of Biloba Flower #B27DE0

Tints of Biloba Flower #B27DE0

Color information

#B27DE0 (or 0xB27DE0) is unknown color: approx Biloba Flower. HEX triplet: B2, 7D and E0. RGB value is (178,125,224). Sum of RGB (Red+Green+Blue) = 178+125+224=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #B27DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27DE0 is #4D821F. Grayscale: #979797. Windows color (decimal): -5079584 or 14712242. OLE color: 14712242.

HSL color Cylindrical-coordinate representation of color #B27DE0: hue angle of 272.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27DE0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178125224-
CMYK0.210.4400.12
HSL272.12º61.49%68.43%-
HSV(B)272.12º44.2%87.84%-
XYZ39.1529.5174.15-
YUV152.13168.56146.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=33.78%
G=23.72%
B=42.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781252240.210.4400.12272.1261.4968.43
HexB27DE0152C0C1103d44
Octal262175340255401442075104
Binary1011001011111011110000010101101100011001000100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DE0; }

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

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

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

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

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

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

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

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