Html Css Color HEX #B985FE Biloba Flower

📋 copy color: '#B985FE'

red 185 ◦ green 133 ◦ blue 254

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

Shades of Biloba Flower #B985FE

Tints of Biloba Flower #B985FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 32.34%
G = 23.25%
B = 44.41%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B985FE (or 0xB985FE) is known color: Biloba Flower. HEX triplet: B9, 85 and FE. RGB value is (185,133,254). Sum of RGB (Red+Green+Blue) = 185+133+254=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #B985FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985FE is #467A01. Grayscale: #A1A1A1. Windows color (decimal): -4618754 or 16680377. OLE color: 16680377.

HSL color Cylindrical-coordinate representation of color #B985FE: hue angle of 265.79º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B985FE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 133 254 -
CMYK 0.27 0.48 0 0.00
HSL 265.79º 0.98% 0.76% -
HSV(B) 265.79º 0.48% 1% -
XYZ 46.28 34.25 97.94 -
YUV 162.34 179.73 144.16 -
System Red Green Blue C M Y K H S L
Decimal 185 133 254 0.27 0.48 0 0.00 265.79 0.98 0.76
Hex B9 85 FE 1B 30 0 0 10A 62 4C
Octal 271 205 376 33 60 0 0 412 142 114
Binary 10111001 10000101 11111110 11011 110000 0 0 100001010 1100010 1001100

Color Harmonies of #B985FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985FE

Black with #B985FE

Text Example


Text Example

White with #B985FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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