#B27DE8

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

Shades of Biloba Flower #B27DE8

Tints of Biloba Flower #B27DE8

Color information

#B27DE8 (or 0xB27DE8) is unknown color: approx Biloba Flower. HEX triplet: B2, 7D and E8. RGB value is (178,125,232). Sum of RGB (Red+Green+Blue) = 178+125+232=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #B27DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DE8 is #4D8217. Grayscale: #989898. Windows color (decimal): -5079576 or 15236530. OLE color: 15236530.

HSL color Cylindrical-coordinate representation of color #B27DE8: hue angle of 269.72º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27DE8 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178125232-
CMYK0.230.4600.09
HSL269.72º69.93%70%-
HSV(B)269.72º46.12%90.98%-
XYZ40.2629.9680-
YUV153.05172.56145.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=33.27%
G=23.36%
B=43.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781252320.230.4600.09269.7269.9370
HexB27DE8172E0910e4646
Octal2621753502756011416106106
Binary10110010111110111101000101111011100100110000111010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DE8; }

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

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

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

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

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

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

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

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