Html Css Color HEX #B971F1 Heliotrope

📋 copy color: '#B971F1'

red 185 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #B971F1

Tints of Heliotrope #B971F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 34.32%
G = 20.96%
B = 44.71%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B971F1 (or 0xB971F1) is known color: Heliotrope. HEX triplet: B9, 71 and F1. RGB value is (185,113,241). Sum of RGB (Red+Green+Blue) = 185+113+241=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #B971F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F1 is #468E0E. Grayscale: #949494. Windows color (decimal): -4623887 or 15823289. OLE color: 15823289.

HSL color Cylindrical-coordinate representation of color #B971F1: hue angle of 273.75º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B971F1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 113 241 -
CMYK 0.23 0.53 0 0.05
HSL 273.75º 0.82% 0.69% -
HSV(B) 273.75º 0.53% 0.95% -
XYZ 41.79 28.48 86.51 -
YUV 149.12 179.85 153.59 -
System Red Green Blue C M Y K H S L
Decimal 185 113 241 0.23 0.53 0 0.05 273.75 0.82 0.69
Hex B9 71 F1 17 35 0 5 112 52 45
Octal 271 161 361 27 65 0 5 422 122 105
Binary 10111001 1110001 11110001 10111 110101 0 101 100010010 1010010 1000101

Color Harmonies of #B971F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971F1

Black with #B971F1

Text Example


Text Example

White with #B971F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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