Html Css Color HEX #B28EE8 Biloba Flower

📋 copy color: '#B28EE8'

red 178 ◦ green 142 ◦ blue 232

#B28EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B28EE8

Tints of Biloba Flower #B28EE8

RGB

 RED value IS 178 (69.92% from 255) = 32.25%

 GREEN value IS 142 (55.86% from 255) = 25.72%

 BLUE value IS 232 (91.02% from 255) = 42.03%

R = 32.25%
G = 25.72%
B = 42.03%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B28EE8 (or 0xB28EE8) is known color: Biloba Flower. HEX triplet: B2, 8E and E8. RGB value is (178,142,232). Sum of RGB (Red+Green+Blue) = 178+142+232=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #B28EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EE8 is #4D7117. Grayscale: #A2A2A2. Windows color (decimal): -5075224 or 15240882. OLE color: 15240882.

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

Color convert

RGB 178 142 232 -
CMYK 0.23 0.39 0 0.09
HSL 264º 0.66% 0.73% -
HSV(B) 264º 0.39% 0.91% -
XYZ 42.6 34.64 80.78 -
YUV 163.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 178 142 232 0.23 0.39 0 0.09 264 0.66 0.73
Hex B2 8E E8 17 27 0 9 108 42 49
Octal 262 216 350 27 47 0 11 410 102 111
Binary 10110010 10001110 11101000 10111 100111 0 1001 100001000 1000010 1001001

Color Harmonies of #B28EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EE8

Black with #B28EE8

Text Example


Text Example

White with #B28EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EE8; }

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

 H1.HeaderClassName
 {
   color: #B28EE8;
 }
 .AnyTagClassName
 {
   color: #B28EE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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