Html Css Color HEX #B97FFF Heliotrope

📋 copy color: '#B97FFF'

red 185 ◦ green 127 ◦ blue 255

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

Shades of Heliotrope #B97FFF

Tints of Heliotrope #B97FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 32.63%
G = 22.4%
B = 44.97%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B97FFF (or 0xB97FFF) is known color: Heliotrope. HEX triplet: B9, 7F and FF. RGB value is (185,127,255). Sum of RGB (Red+Green+Blue) = 185+127+255=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B97FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FFF is #468000. Grayscale: #9E9E9E. Windows color (decimal): -4620289 or 16744377. OLE color: 16744377.

HSL color Cylindrical-coordinate representation of color #B97FFF: hue angle of 267.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B97FFF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 127 255 -
CMYK 0.27 0.50 0 0
HSL 267.19º 1% 0.75% -
HSV(B) 267.19º 0.5% 1% -
XYZ 45.65 32.71 98.52 -
YUV 158.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 185 127 255 0.27 0.50 0 0 267.19 1 0.75
Hex B9 7F FF 1B 32 0 0 10B 64 4B
Octal 271 177 377 33 62 0 0 413 144 113
Binary 10111001 1111111 11111111 11011 110010 0 0 100001011 1100100 1001011

Color Harmonies of #B97FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FFF

Black with #B97FFF

Text Example


Text Example

White with #B97FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FFF; }

 p { color: rgb(185,127,255); }

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

background-color css

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

 a { background-color: rgb(185,127,255); }

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

border-color css

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

 span { border-color: rgb(185,127,255); }

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