Html Css Color HEX #B28EDB Biloba Flower

📋 copy color: '#B28EDB'

red 178 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B28EDB

Tints of Biloba Flower #B28EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 33.02%
G = 26.35%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28EDB (or 0xB28EDB) is known color: Biloba Flower. HEX triplet: B2, 8E and DB. RGB value is (178,142,219). Sum of RGB (Red+Green+Blue) = 178+142+219=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EDB is #4D7124. Grayscale: #A1A1A1. Windows color (decimal): -5075237 or 14388914. OLE color: 14388914.

HSL color Cylindrical-coordinate representation of color #B28EDB: hue angle of 268.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28EDB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 142 219 -
CMYK 0.19 0.35 0 0.14
HSL 268.05º 0.52% 0.71% -
HSV(B) 268.05º 0.35% 0.86% -
XYZ 40.82 33.93 71.41 -
YUV 161.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 178 142 219 0.19 0.35 0 0.14 268.05 0.52 0.71
Hex B2 8E DB 13 23 0 E 10C 34 47
Octal 262 216 333 23 43 0 16 414 64 107
Binary 10110010 10001110 11011011 10011 100011 0 1110 100001100 110100 1000111

Color Harmonies of #B28EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EDB

Black with #B28EDB

Text Example


Text Example

White with #B28EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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