Html Css Color HEX #B88ADD Biloba Flower

📋 copy color: '#B88ADD'

red 184 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #B88ADD

Tints of Biloba Flower #B88ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

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

R = 33.89%
G = 25.41%
B = 40.7%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88ADD (or 0xB88ADD) is known color: Biloba Flower. HEX triplet: B8, 8A and DD. RGB value is (184,138,221). Sum of RGB (Red+Green+Blue) = 184+138+221=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B88ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ADD is #477522. Grayscale: #A0A0A0. Windows color (decimal): -4683043 or 14518968. OLE color: 14518968.

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

Color convert

RGB 184 138 221 -
CMYK 0.17 0.38 0 0.13
HSL 273.25º 0.55% 0.7% -
HSV(B) 273.25º 0.38% 0.87% -
XYZ 41.91 33.59 72.68 -
YUV 161.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 184 138 221 0.17 0.38 0 0.13 273.25 0.55 0.7
Hex B8 8A DD 11 26 0 D 111 37 46
Octal 270 212 335 21 46 0 15 421 67 106
Binary 10111000 10001010 11011101 10001 100110 0 1101 100010001 110111 1000110

Color Harmonies of #B88ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88ADD

Black with #B88ADD

Text Example


Text Example

White with #B88ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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