Html Css Color HEX #B885DB Biloba Flower

📋 copy color: '#B885DB'

red 184 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B885DB

Tints of Biloba Flower #B885DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.81%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 34.33%
G = 24.81%
B = 40.86%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B885DB (or 0xB885DB) is known color: Biloba Flower. HEX triplet: B8, 85 and DB. RGB value is (184,133,219). Sum of RGB (Red+Green+Blue) = 184+133+219=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B885DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885DB is #477A24. Grayscale: #9D9D9D. Windows color (decimal): -4684325 or 14386616. OLE color: 14386616.

HSL color Cylindrical-coordinate representation of color #B885DB: hue angle of 275.58º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B885DB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 133 219 -
CMYK 0.16 0.39 0 0.14
HSL 275.58º 0.54% 0.69% -
HSV(B) 275.58º 0.39% 0.86% -
XYZ 40.94 32.08 71.05 -
YUV 158.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 184 133 219 0.16 0.39 0 0.14 275.58 0.54 0.69
Hex B8 85 DB 10 27 0 E 114 36 45
Octal 270 205 333 20 47 0 16 424 66 105
Binary 10111000 10000101 11011011 10000 100111 0 1110 100010100 110110 1000101

Color Harmonies of #B885DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885DB

Black with #B885DB

Text Example


Text Example

White with #B885DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885DB; }

 p { color: rgb(184,133,219); }

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

background-color css

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

 a { background-color: rgb(184,133,219); }

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

border-color css

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

 span { border-color: rgb(184,133,219); }

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