Html Css Color HEX #B97FFE Heliotrope

📋 copy color: '#B97FFE'

red 185 ◦ green 127 ◦ blue 254

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

Shades of Heliotrope #B97FFE

Tints of Heliotrope #B97FFE

RGB

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

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

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

R = 32.69%
G = 22.44%
B = 44.88%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B97FFE (or 0xB97FFE) is known color: Heliotrope. HEX triplet: B9, 7F and FE. RGB value is (185,127,254). Sum of RGB (Red+Green+Blue) = 185+127+254=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #B97FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97FFE is #468001. Grayscale: #9E9E9E. Windows color (decimal): -4620290 or 16678841. OLE color: 16678841.

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

Color convert

RGB 185 127 254 -
CMYK 0.27 0.50 0 0.00
HSL 267.4º 0.98% 0.75% -
HSV(B) 267.4º 0.5% 1% -
XYZ 45.49 32.65 97.67 -
YUV 158.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 185 127 254 0.27 0.50 0 0.00 267.4 0.98 0.75
Hex B9 7F FE 1B 32 0 0 10B 62 4B
Octal 271 177 376 33 62 0 0 413 142 113
Binary 10111001 1111111 11111110 11011 110010 0 0 100001011 1100010 1001011

Color Harmonies of #B97FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FFE

Black with #B97FFE

Text Example


Text Example

White with #B97FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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