Html Css Color HEX #B185DA Biloba Flower

📋 copy color: '#B185DA'

red 177 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #B185DA

Tints of Biloba Flower #B185DA

RGB

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

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

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

R = 33.52%
G = 25.19%
B = 41.29%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B185DA (or 0xB185DA) is known color: Biloba Flower. HEX triplet: B1, 85 and DA. RGB value is (177,133,218). Sum of RGB (Red+Green+Blue) = 177+133+218=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B185DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185DA is #4E7A25. Grayscale: #9B9B9B. Windows color (decimal): -5143078 or 14321073. OLE color: 14321073.

HSL color Cylindrical-coordinate representation of color #B185DA: hue angle of 271.06º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B185DA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 133 218 -
CMYK 0.19 0.39 0 0.15
HSL 271.06º 0.53% 0.69% -
HSV(B) 271.06º 0.39% 0.85% -
XYZ 39.17 31.18 70.28 -
YUV 155.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 177 133 218 0.19 0.39 0 0.15 271.06 0.53 0.69
Hex B1 85 DA 13 27 0 F 10F 35 45
Octal 261 205 332 23 47 0 17 417 65 105
Binary 10110001 10000101 11011010 10011 100111 0 1111 100001111 110101 1000101

Color Harmonies of #B185DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185DA

Black with #B185DA

Text Example


Text Example

White with #B185DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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