Html Css Color HEX #B28EFB Biloba Flower

📋 copy color: '#B28EFB'

red 178 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #B28EFB

Tints of Biloba Flower #B28EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 31.17%
G = 24.87%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B28EFB (or 0xB28EFB) is known color: Biloba Flower. HEX triplet: B2, 8E and FB. RGB value is (178,142,251). Sum of RGB (Red+Green+Blue) = 178+142+251=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EFB is #4D7104. Grayscale: #A4A4A4. Windows color (decimal): -5075205 or 16486066. OLE color: 16486066.

HSL color Cylindrical-coordinate representation of color #B28EFB: hue angle of 259.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28EFB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 142 251 -
CMYK 0.29 0.43 0 0.02
HSL 259.82º 0.93% 0.77% -
HSV(B) 259.82º 0.43% 0.98% -
XYZ 45.45 35.78 95.78 -
YUV 165.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 178 142 251 0.29 0.43 0 0.02 259.82 0.93 0.77
Hex B2 8E FB 1D 2B 0 2 104 5D 4D
Octal 262 216 373 35 53 0 2 404 135 115
Binary 10110010 10001110 11111011 11101 101011 0 10 100000100 1011101 1001101

Color Harmonies of #B28EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EFB

Black with #B28EFB

Text Example


Text Example

White with #B28EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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