Html Css Color HEX #B985DD Biloba Flower

📋 copy color: '#B985DD'

red 185 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B985DD

Tints of Biloba Flower #B985DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 34.32%
G = 24.68%
B = 41%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B985DD (or 0xB985DD) is known color: Biloba Flower. HEX triplet: B9, 85 and DD. RGB value is (185,133,221). Sum of RGB (Red+Green+Blue) = 185+133+221=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B985DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DD is #467A22. Grayscale: #9E9E9E. Windows color (decimal): -4618787 or 14517689. OLE color: 14517689.

HSL color Cylindrical-coordinate representation of color #B985DD: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B985DD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 133 221 -
CMYK 0.16 0.40 0 0.13
HSL 275.45º 0.56% 0.69% -
HSV(B) 275.45º 0.4% 0.87% -
XYZ 41.45 32.31 72.46 -
YUV 158.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 185 133 221 0.16 0.40 0 0.13 275.45 0.56 0.69
Hex B9 85 DD 10 28 0 D 113 38 45
Octal 271 205 335 20 50 0 15 423 70 105
Binary 10111001 10000101 11011101 10000 101000 0 1101 100010011 111000 1000101

Color Harmonies of #B985DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985DD

Black with #B985DD

Text Example


Text Example

White with #B985DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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