Html Css Color HEX #B971F0 Heliotrope

📋 copy color: '#B971F0'

red 185 ◦ green 113 ◦ blue 240

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

Shades of Heliotrope #B971F0

Tints of Heliotrope #B971F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 34.39%
G = 21%
B = 44.61%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B971F0 (or 0xB971F0) is known color: Heliotrope. HEX triplet: B9, 71 and F0. RGB value is (185,113,240). Sum of RGB (Red+Green+Blue) = 185+113+240=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #B971F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F0 is #468E0F. Grayscale: #949494. Windows color (decimal): -4623888 or 15757753. OLE color: 15757753.

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

Color convert

RGB 185 113 240 -
CMYK 0.23 0.53 0 0.06
HSL 274.02º 0.81% 0.69% -
HSV(B) 274.02º 0.53% 0.94% -
XYZ 41.64 28.42 85.73 -
YUV 149.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 185 113 240 0.23 0.53 0 0.06 274.02 0.81 0.69
Hex B9 71 F0 17 35 0 6 112 51 45
Octal 271 161 360 27 65 0 6 422 121 105
Binary 10111001 1110001 11110000 10111 110101 0 110 100010010 1010001 1000101

Color Harmonies of #B971F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971F0

Black with #B971F0

Text Example


Text Example

White with #B971F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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