Html Css Color HEX #B970F9 Heliotrope

📋 copy color: '#B970F9'

red 185 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #B970F9

Tints of Heliotrope #B970F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.51%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 33.88%
G = 20.51%
B = 45.6%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B970F9 (or 0xB970F9) is known color: Heliotrope. HEX triplet: B9, 70 and F9. RGB value is (185,112,249). Sum of RGB (Red+Green+Blue) = 185+112+249=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B970F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970F9 is #468F06. Grayscale: #949494. Windows color (decimal): -4624135 or 16347321. OLE color: 16347321.

HSL color Cylindrical-coordinate representation of color #B970F9: hue angle of 271.97º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B970F9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 112 249 -
CMYK 0.26 0.55 0 0.02
HSL 271.97º 0.92% 0.71% -
HSV(B) 271.97º 0.55% 0.98% -
XYZ 42.9 28.74 92.91 -
YUV 149.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 185 112 249 0.26 0.55 0 0.02 271.97 0.92 0.71
Hex B9 70 F9 1A 37 0 2 110 5C 47
Octal 271 160 371 32 67 0 2 420 134 107
Binary 10111001 1110000 11111001 11010 110111 0 10 100010000 1011100 1000111

Color Harmonies of #B970F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970F9

Black with #B970F9

Text Example


Text Example

White with #B970F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970F9; }

 p { color: rgb(185,112,249); }

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

background-color css

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

 a { background-color: rgb(185,112,249); }

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

border-color css

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

 span { border-color: rgb(185,112,249); }

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