Html Css Color HEX #B985DF Biloba Flower

📋 copy color: '#B985DF'

red 185 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B985DF

Tints of Biloba Flower #B985DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 34.2%
G = 24.58%
B = 41.22%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B985DF (or 0xB985DF) is known color: Biloba Flower. HEX triplet: B9, 85 and DF. RGB value is (185,133,223). Sum of RGB (Red+Green+Blue) = 185+133+223=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #B985DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DF is #467A20. Grayscale: #9E9E9E. Windows color (decimal): -4618785 or 14648761. OLE color: 14648761.

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

Color convert

RGB 185 133 223 -
CMYK 0.17 0.40 0 0.13
HSL 274.67º 0.58% 0.7% -
HSV(B) 274.67º 0.4% 0.87% -
XYZ 41.71 32.42 73.87 -
YUV 158.81 164.23 146.68 -
System Red Green Blue C M Y K H S L
Decimal 185 133 223 0.17 0.40 0 0.13 274.67 0.58 0.7
Hex B9 85 DF 11 28 0 D 113 3A 46
Octal 271 205 337 21 50 0 15 423 72 106
Binary 10111001 10000101 11011111 10001 101000 0 1101 100010011 111010 1000110

Color Harmonies of #B985DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985DF

Black with #B985DF

Text Example


Text Example

White with #B985DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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