Html Css Color HEX #B88DDA Biloba Flower

📋 copy color: '#B88DDA'

red 184 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B88DDA

Tints of Biloba Flower #B88DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.97%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 33.89%
G = 25.97%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B88DDA (or 0xB88DDA) is known color: Biloba Flower. HEX triplet: B8, 8D and DA. RGB value is (184,141,218). Sum of RGB (Red+Green+Blue) = 184+141+218=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B88DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDA is #477225. Grayscale: #A2A2A2. Windows color (decimal): -4682278 or 14323128. OLE color: 14323128.

HSL color Cylindrical-coordinate representation of color #B88DDA: hue angle of 273.51º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88DDA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 141 218 -
CMYK 0.16 0.35 0 0.15
HSL 273.51º 0.51% 0.7% -
HSV(B) 273.51º 0.35% 0.85% -
XYZ 41.95 34.3 70.74 -
YUV 162.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 184 141 218 0.16 0.35 0 0.15 273.51 0.51 0.7
Hex B8 8D DA 10 23 0 F 112 33 46
Octal 270 215 332 20 43 0 17 422 63 106
Binary 10111000 10001101 11011010 10000 100011 0 1111 100010010 110011 1000110

Color Harmonies of #B88DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DDA

Black with #B88DDA

Text Example


Text Example

White with #B88DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DDA; }

 p { color: rgb(184,141,218); }

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

background-color css

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

 a { background-color: rgb(184,141,218); }

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

border-color css

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

 span { border-color: rgb(184,141,218); }

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