Html Css Color HEX #B185DB Biloba Flower

📋 copy color: '#B185DB'

red 177 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B185DB

Tints of Biloba Flower #B185DB

RGB

 RED value IS 177 (69.53% from 255) = 33.46%

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

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

R = 33.46%
G = 25.14%
B = 41.4%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B185DB (or 0xB185DB) is known color: Biloba Flower. HEX triplet: B1, 85 and DB. RGB value is (177,133,219). Sum of RGB (Red+Green+Blue) = 177+133+219=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B185DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DB is #4E7A24. Grayscale: #9B9B9B. Windows color (decimal): -5143077 or 14386609. OLE color: 14386609.

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

Color convert

RGB 177 133 219 -
CMYK 0.19 0.39 0 0.14
HSL 270.7º 0.54% 0.69% -
HSV(B) 270.7º 0.39% 0.86% -
XYZ 39.31 31.24 70.98 -
YUV 155.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 177 133 219 0.19 0.39 0 0.14 270.7 0.54 0.69
Hex B1 85 DB 13 27 0 E 10F 36 45
Octal 261 205 333 23 47 0 16 417 66 105
Binary 10110001 10000101 11011011 10011 100111 0 1110 100001111 110110 1000101

Color Harmonies of #B185DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185DB

Black with #B185DB

Text Example


Text Example

White with #B185DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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