Html Css Color HEX #B085DB Biloba Flower

📋 copy color: '#B085DB'

red 176 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B085DB

Tints of Biloba Flower #B085DB

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 25.19%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B085DB (or 0xB085DB) is known color: Biloba Flower. HEX triplet: B0, 85 and DB. RGB value is (176,133,219). Sum of RGB (Red+Green+Blue) = 176+133+219=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B085DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085DB is #4F7A24. Grayscale: #9B9B9B. Windows color (decimal): -5208613 or 14386608. OLE color: 14386608.

HSL color Cylindrical-coordinate representation of color #B085DB: hue angle of 270º 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 #B085DB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 133 219 -
CMYK 0.20 0.39 0 0.14
HSL 270º 0.54% 0.69% -
HSV(B) 270º 0.39% 0.86% -
XYZ 39.08 31.12 70.96 -
YUV 155.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 176 133 219 0.20 0.39 0 0.14 270 0.54 0.69
Hex B0 85 DB 14 27 0 E 10E 36 45
Octal 260 205 333 24 47 0 16 416 66 105
Binary 10110000 10000101 11011011 10100 100111 0 1110 100001110 110110 1000101

Color Harmonies of #B085DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B085DB

Black with #B085DB

Text Example


Text Example

White with #B085DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B085DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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