Html Css Color HEX #B972F9 Heliotrope

📋 copy color: '#B972F9'

red 185 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #B972F9

Tints of Heliotrope #B972F9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 33.76%
G = 20.8%
B = 45.44%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B972F9 (or 0xB972F9) is known color: Heliotrope. HEX triplet: B9, 72 and F9. RGB value is (185,114,249). Sum of RGB (Red+Green+Blue) = 185+114+249=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #B972F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972F9 is #468D06. Grayscale: #969696. Windows color (decimal): -4623623 or 16347833. OLE color: 16347833.

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

Color convert

RGB 185 114 249 -
CMYK 0.26 0.54 0 0.02
HSL 271.56º 0.92% 0.71% -
HSV(B) 271.56º 0.54% 0.98% -
XYZ 43.12 29.19 92.98 -
YUV 150.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 185 114 249 0.26 0.54 0 0.02 271.56 0.92 0.71
Hex B9 72 F9 1A 36 0 2 110 5C 47
Octal 271 162 371 32 66 0 2 420 134 107
Binary 10111001 1110010 11111001 11010 110110 0 10 100010000 1011100 1000111

Color Harmonies of #B972F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972F9

Black with #B972F9

Text Example


Text Example

White with #B972F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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