Html Css Color HEX #B28EEC Biloba Flower

📋 copy color: '#B28EEC'

red 178 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #B28EEC

Tints of Biloba Flower #B28EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 32.01%
G = 25.54%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B28EEC (or 0xB28EEC) is known color: Biloba Flower. HEX triplet: B2, 8E and EC. RGB value is (178,142,236). Sum of RGB (Red+Green+Blue) = 178+142+236=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EEC is #4D7113. Grayscale: #A3A3A3. Windows color (decimal): -5075220 or 15503026. OLE color: 15503026.

HSL color Cylindrical-coordinate representation of color #B28EEC: hue angle of 262.98º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28EEC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 142 236 -
CMYK 0.25 0.40 0 0.07
HSL 262.98º 0.71% 0.74% -
HSV(B) 262.98º 0.4% 0.93% -
XYZ 43.17 34.87 83.81 -
YUV 163.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 178 142 236 0.25 0.40 0 0.07 262.98 0.71 0.74
Hex B2 8E EC 19 28 0 7 107 47 4A
Octal 262 216 354 31 50 0 7 407 107 112
Binary 10110010 10001110 11101100 11001 101000 0 111 100000111 1000111 1001010

Color Harmonies of #B28EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EEC

Black with #B28EEC

Text Example


Text Example

White with #B28EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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