Html Css Color HEX #B88FED Biloba Flower

📋 copy color: '#B88FED'

red 184 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #B88FED

Tints of Biloba Flower #B88FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 32.62%
G = 25.35%
B = 42.02%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88FED (or 0xB88FED) is known color: Biloba Flower. HEX triplet: B8, 8F and ED. RGB value is (184,143,237). Sum of RGB (Red+Green+Blue) = 184+143+237=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B88FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FED is #477012. Grayscale: #A5A5A5. Windows color (decimal): -4681747 or 15568824. OLE color: 15568824.

HSL color Cylindrical-coordinate representation of color #B88FED: hue angle of 266.17º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B88FED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 143 237 -
CMYK 0.22 0.40 0 0.07
HSL 266.17º 0.72% 0.75% -
HSV(B) 266.17º 0.4% 0.93% -
XYZ 44.88 35.95 84.69 -
YUV 165.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 184 143 237 0.22 0.40 0 0.07 266.17 0.72 0.75
Hex B8 8F ED 16 28 0 7 10A 48 4B
Octal 270 217 355 26 50 0 7 412 110 113
Binary 10111000 10001111 11101101 10110 101000 0 111 100001010 1001000 1001011

Color Harmonies of #B88FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FED

Black with #B88FED

Text Example


Text Example

White with #B88FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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