Html Css Color HEX #B88EDD Biloba Flower

📋 copy color: '#B88EDD'

red 184 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #B88EDD

Tints of Biloba Flower #B88EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 33.64%
G = 25.96%
B = 40.4%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88EDD (or 0xB88EDD) is known color: Biloba Flower. HEX triplet: B8, 8E and DD. RGB value is (184,142,221). Sum of RGB (Red+Green+Blue) = 184+142+221=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B88EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EDD is #477122. Grayscale: #A3A3A3. Windows color (decimal): -4682019 or 14519992. OLE color: 14519992.

HSL color Cylindrical-coordinate representation of color #B88EDD: hue angle of 271.9º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88EDD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 142 221 -
CMYK 0.17 0.36 0 0.13
HSL 271.9º 0.54% 0.71% -
HSV(B) 271.9º 0.36% 0.87% -
XYZ 42.49 34.76 72.88 -
YUV 163.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 184 142 221 0.17 0.36 0 0.13 271.9 0.54 0.71
Hex B8 8E DD 11 24 0 D 110 36 47
Octal 270 216 335 21 44 0 15 420 66 107
Binary 10111000 10001110 11011101 10001 100100 0 1101 100010000 110110 1000111

Color Harmonies of #B88EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88EDD

Black with #B88EDD

Text Example


Text Example

White with #B88EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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