Html Css Color HEX #B985FB Biloba Flower

📋 copy color: '#B985FB'

red 185 ◦ green 133 ◦ blue 251

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

Shades of Biloba Flower #B985FB

Tints of Biloba Flower #B985FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 32.51%
G = 23.37%
B = 44.11%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B985FB (or 0xB985FB) is known color: Biloba Flower. HEX triplet: B9, 85 and FB. RGB value is (185,133,251). Sum of RGB (Red+Green+Blue) = 185+133+251=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #B985FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985FB is #467A04. Grayscale: #A1A1A1. Windows color (decimal): -4618757 or 16483769. OLE color: 16483769.

HSL color Cylindrical-coordinate representation of color #B985FB: hue angle of 266.44º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B985FB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 133 251 -
CMYK 0.26 0.47 0 0.02
HSL 266.44º 0.94% 0.75% -
HSV(B) 266.44º 0.47% 0.98% -
XYZ 45.81 34.05 95.43 -
YUV 162 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 185 133 251 0.26 0.47 0 0.02 266.44 0.94 0.75
Hex B9 85 FB 1A 2F 0 2 10A 5E 4B
Octal 271 205 373 32 57 0 2 412 136 113
Binary 10111001 10000101 11111011 11010 101111 0 10 100001010 1011110 1001011

Color Harmonies of #B985FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985FB

Black with #B985FB

Text Example


Text Example

White with #B985FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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