Html Css Color HEX #B973F7 Heliotrope

📋 copy color: '#B973F7'

red 185 ◦ green 115 ◦ blue 247

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

Shades of Heliotrope #B973F7

Tints of Heliotrope #B973F7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 33.82%
G = 21.02%
B = 45.16%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B973F7 (or 0xB973F7) is known color: Heliotrope. HEX triplet: B9, 73 and F7. RGB value is (185,115,247). Sum of RGB (Red+Green+Blue) = 185+115+247=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #B973F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973F7 is #468C08. Grayscale: #969696. Windows color (decimal): -4623369 or 16217017. OLE color: 16217017.

HSL color Cylindrical-coordinate representation of color #B973F7: hue angle of 271.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B973F7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 115 247 -
CMYK 0.25 0.53 0 0.03
HSL 271.82º 0.89% 0.71% -
HSV(B) 271.82º 0.53% 0.97% -
XYZ 42.93 29.29 91.39 -
YUV 150.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 185 115 247 0.25 0.53 0 0.03 271.82 0.89 0.71
Hex B9 73 F7 19 35 0 3 110 59 47
Octal 271 163 367 31 65 0 3 420 131 107
Binary 10111001 1110011 11110111 11001 110101 0 11 100010000 1011001 1000111

Color Harmonies of #B973F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973F7

Black with #B973F7

Text Example


Text Example

White with #B973F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973F7; }

 p { color: rgb(185,115,247); }

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

background-color css

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

 a { background-color: rgb(185,115,247); }

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

border-color css

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

 span { border-color: rgb(185,115,247); }

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