Html Css Color HEX #B88CDA Biloba Flower

📋 copy color: '#B88CDA'

red 184 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B88CDA

Tints of Biloba Flower #B88CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.83%

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

R = 33.95%
G = 25.83%
B = 40.22%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B88CDA (or 0xB88CDA) is known color: Biloba Flower. HEX triplet: B8, 8C and DA. RGB value is (184,140,218). Sum of RGB (Red+Green+Blue) = 184+140+218=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B88CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CDA is #477325. Grayscale: #A1A1A1. Windows color (decimal): -4682534 or 14322872. OLE color: 14322872.

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

Color convert

RGB 184 140 218 -
CMYK 0.16 0.36 0 0.15
HSL 273.85º 0.51% 0.7% -
HSV(B) 273.85º 0.36% 0.85% -
XYZ 41.8 34.01 70.69 -
YUV 162.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 184 140 218 0.16 0.36 0 0.15 273.85 0.51 0.7
Hex B8 8C DA 10 24 0 F 112 33 46
Octal 270 214 332 20 44 0 17 422 63 106
Binary 10111000 10001100 11011010 10000 100100 0 1111 100010010 110011 1000110

Color Harmonies of #B88CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CDA

Black with #B88CDA

Text Example


Text Example

White with #B88CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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