Html Css Color HEX #B185DC Biloba Flower

📋 copy color: '#B185DC'

red 177 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #B185DC

Tints of Biloba Flower #B185DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 33.4%
G = 25.09%
B = 41.51%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B185DC (or 0xB185DC) is known color: Biloba Flower. HEX triplet: B1, 85 and DC. RGB value is (177,133,220). Sum of RGB (Red+Green+Blue) = 177+133+220=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #B185DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DC is #4E7A23. Grayscale: #9B9B9B. Windows color (decimal): -5143076 or 14452145. OLE color: 14452145.

HSL color Cylindrical-coordinate representation of color #B185DC: hue angle of 270.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B185DC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 133 220 -
CMYK 0.20 0.40 0 0.14
HSL 270.34º 0.55% 0.69% -
HSV(B) 270.34º 0.4% 0.86% -
XYZ 39.44 31.29 71.67 -
YUV 156.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 177 133 220 0.20 0.40 0 0.14 270.34 0.55 0.69
Hex B1 85 DC 14 28 0 E 10E 37 45
Octal 261 205 334 24 50 0 16 416 67 105
Binary 10110001 10000101 11011100 10100 101000 0 1110 100001110 110111 1000101

Color Harmonies of #B185DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185DC

Black with #B185DC

Text Example


Text Example

White with #B185DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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