Html Css Color HEX #B88FEC Biloba Flower

📋 copy color: '#B88FEC'

red 184 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #B88FEC

Tints of Biloba Flower #B88FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

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

R = 32.68%
G = 25.4%
B = 41.92%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88FEC (or 0xB88FEC) is known color: Biloba Flower. HEX triplet: B8, 8F and EC. RGB value is (184,143,236). Sum of RGB (Red+Green+Blue) = 184+143+236=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #B88FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FEC is #477013. Grayscale: #A5A5A5. Windows color (decimal): -4681748 or 15503288. OLE color: 15503288.

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

Color convert

RGB 184 143 236 -
CMYK 0.22 0.39 0 0.07
HSL 266.45º 0.71% 0.74% -
HSV(B) 266.45º 0.39% 0.93% -
XYZ 44.73 35.89 83.93 -
YUV 165.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 184 143 236 0.22 0.39 0 0.07 266.45 0.71 0.74
Hex B8 8F EC 16 27 0 7 10A 47 4A
Octal 270 217 354 26 47 0 7 412 107 112
Binary 10111000 10001111 11101100 10110 100111 0 111 100001010 1000111 1001010

Color Harmonies of #B88FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FEC

Black with #B88FEC

Text Example


Text Example

White with #B88FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FEC; }

 p { color: rgb(184,143,236); }

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

background-color css

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

 a { background-color: rgb(184,143,236); }

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

border-color css

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

 span { border-color: rgb(184,143,236); }

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