Html Css Color HEX #B985FA Biloba Flower

📋 copy color: '#B985FA'

red 185 ◦ green 133 ◦ blue 250

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

Shades of Biloba Flower #B985FA

Tints of Biloba Flower #B985FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 32.57%
G = 23.42%
B = 44.01%

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

#B985FA (or 0xB985FA) is known color: Biloba Flower. HEX triplet: B9, 85 and FA. RGB value is (185,133,250). Sum of RGB (Red+Green+Blue) = 185+133+250=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #B985FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985FA is #467A05. Grayscale: #A1A1A1. Windows color (decimal): -4618758 or 16418233. OLE color: 16418233.

HSL color Cylindrical-coordinate representation of color #B985FA: hue angle of 266.67º degrees, saturation: 0.92, 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 #B985FA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 133 250 -
CMYK 0.26 0.47 0 0.02
HSL 266.67º 0.92% 0.75% -
HSV(B) 266.67º 0.47% 0.98% -
XYZ 45.65 33.99 94.6 -
YUV 161.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 185 133 250 0.26 0.47 0 0.02 266.67 0.92 0.75
Hex B9 85 FA 1A 2F 0 2 10B 5C 4B
Octal 271 205 372 32 57 0 2 413 134 113
Binary 10111001 10000101 11111010 11010 101111 0 10 100001011 1011100 1001011

Color Harmonies of #B985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B985FA

Black with #B985FA

Text Example


Text Example

White with #B985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B985FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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