#B27DEA

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

Shades of Biloba Flower #B27DEA

Tints of Biloba Flower #B27DEA

Color information

#B27DEA (or 0xB27DEA) is unknown color: approx Biloba Flower. HEX triplet: B2, 7D and EA. RGB value is (178,125,234). Sum of RGB (Red+Green+Blue) = 178+125+234=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #B27DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DEA is #4D8215. Grayscale: #989898. Windows color (decimal): -5079574 or 15367602. OLE color: 15367602.

HSL color Cylindrical-coordinate representation of color #B27DEA: hue angle of 269.17º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27DEA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178125234-
CMYK0.240.4700.08
HSL269.17º72.19%70.39%-
HSV(B)269.17º46.58%91.76%-
XYZ40.5430.0781.51-
YUV153.27173.56145.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.15%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=33.15%
G=23.28%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781252340.240.4700.08269.1772.1970.39
HexB27DEA182F0810d4846
Octal2621753523057010415110106
Binary10110010111110111101010110001011110100010000110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27DEA; }

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

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

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

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

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

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

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

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