Html Css Color HEX #B28EEB Biloba Flower

📋 copy color: '#B28EEB'

red 178 ◦ green 142 ◦ blue 235

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

Shades of Biloba Flower #B28EEB

Tints of Biloba Flower #B28EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 32.07%
G = 25.59%
B = 42.34%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B28EEB (or 0xB28EEB) is known color: Biloba Flower. HEX triplet: B2, 8E and EB. RGB value is (178,142,235). Sum of RGB (Red+Green+Blue) = 178+142+235=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #B28EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EEB is #4D7114. Grayscale: #A3A3A3. Windows color (decimal): -5075221 or 15437490. OLE color: 15437490.

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

Color convert

RGB 178 142 235 -
CMYK 0.24 0.40 0 0.08
HSL 263.23º 0.7% 0.74% -
HSV(B) 263.23º 0.4% 0.92% -
XYZ 43.03 34.81 83.05 -
YUV 163.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 178 142 235 0.24 0.40 0 0.08 263.23 0.7 0.74
Hex B2 8E EB 18 28 0 8 107 46 4A
Octal 262 216 353 30 50 0 10 407 106 112
Binary 10110010 10001110 11101011 11000 101000 0 1000 100000111 1000110 1001010

Color Harmonies of #B28EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EEB

Black with #B28EEB

Text Example


Text Example

White with #B28EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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