Html Css Color HEX #B971F7 Heliotrope

📋 copy color: '#B971F7'

red 185 ◦ green 113 ◦ blue 247

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

Shades of Heliotrope #B971F7

Tints of Heliotrope #B971F7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 33.94%
G = 20.73%
B = 45.32%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B971F7 (or 0xB971F7) is known color: Heliotrope. HEX triplet: B9, 71 and F7. RGB value is (185,113,247). Sum of RGB (Red+Green+Blue) = 185+113+247=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #B971F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F7 is #468E08. Grayscale: #959595. Windows color (decimal): -4623881 or 16216505. OLE color: 16216505.

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

Color convert

RGB 185 113 247 -
CMYK 0.25 0.54 0 0.03
HSL 272.24º 0.89% 0.71% -
HSV(B) 272.24º 0.54% 0.97% -
XYZ 42.7 28.84 91.31 -
YUV 149.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 185 113 247 0.25 0.54 0 0.03 272.24 0.89 0.71
Hex B9 71 F7 19 36 0 3 110 59 47
Octal 271 161 367 31 66 0 3 420 131 107
Binary 10111001 1110001 11110111 11001 110110 0 11 100010000 1011001 1000111

Color Harmonies of #B971F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971F7

Black with #B971F7

Text Example


Text Example

White with #B971F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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