Html Css Color HEX #B88EFB Biloba Flower

📋 copy color: '#B88EFB'

red 184 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #B88EFB

Tints of Biloba Flower #B88EFB

RGB

 RED value IS 184 (72.27% from 255) = 31.89%

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

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

R = 31.89%
G = 24.61%
B = 43.5%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B88EFB (or 0xB88EFB) is known color: Biloba Flower. HEX triplet: B8, 8E and FB. RGB value is (184,142,251). Sum of RGB (Red+Green+Blue) = 184+142+251=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B88EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EFB is #477104. Grayscale: #A6A6A6. Windows color (decimal): -4681989 or 16486072. OLE color: 16486072.

HSL color Cylindrical-coordinate representation of color #B88EFB: hue angle of 263.12º 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 #B88EFB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 142 251 -
CMYK 0.27 0.43 0 0.02
HSL 263.12º 0.93% 0.77% -
HSV(B) 263.12º 0.43% 0.98% -
XYZ 46.85 36.5 95.84 -
YUV 166.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 184 142 251 0.27 0.43 0 0.02 263.12 0.93 0.77
Hex B8 8E FB 1B 2B 0 2 107 5D 4D
Octal 270 216 373 33 53 0 2 407 135 115
Binary 10111000 10001110 11111011 11011 101011 0 10 100000111 1011101 1001101

Color Harmonies of #B88EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EFB

Black with #B88EFB

Text Example


Text Example

White with #B88EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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