Html Css Color HEX #B985DC Biloba Flower

📋 copy color: '#B985DC'

red 185 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #B985DC

Tints of Biloba Flower #B985DC

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

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

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

R = 34.39%
G = 24.72%
B = 40.89%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B985DC (or 0xB985DC) is known color: Biloba Flower. HEX triplet: B9, 85 and DC. RGB value is (185,133,220). Sum of RGB (Red+Green+Blue) = 185+133+220=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B985DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DC is #467A23. Grayscale: #9E9E9E. Windows color (decimal): -4618788 or 14452153. OLE color: 14452153.

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

Color convert

RGB 185 133 220 -
CMYK 0.16 0.40 0 0.14
HSL 275.86º 0.55% 0.69% -
HSV(B) 275.86º 0.4% 0.86% -
XYZ 41.31 32.26 71.76 -
YUV 158.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 185 133 220 0.16 0.40 0 0.14 275.86 0.55 0.69
Hex B9 85 DC 10 28 0 E 114 37 45
Octal 271 205 334 20 50 0 16 424 67 105
Binary 10111001 10000101 11011100 10000 101000 0 1110 100010100 110111 1000101

Color Harmonies of #B985DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985DC

Black with #B985DC

Text Example


Text Example

White with #B985DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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