Html Css Color HEX #B977F1 Heliotrope

📋 copy color: '#B977F1'

red 185 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #B977F1

Tints of Heliotrope #B977F1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

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

R = 33.94%
G = 21.83%
B = 44.22%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B977F1 (or 0xB977F1) is known color: Heliotrope. HEX triplet: B9, 77 and F1. RGB value is (185,119,241). Sum of RGB (Red+Green+Blue) = 185+119+241=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #B977F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977F1 is #46880E. Grayscale: #989898. Windows color (decimal): -4622351 or 15824825. OLE color: 15824825.

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

Color convert

RGB 185 119 241 -
CMYK 0.23 0.51 0 0.05
HSL 272.46º 0.81% 0.71% -
HSV(B) 272.46º 0.51% 0.95% -
XYZ 42.48 29.86 86.74 -
YUV 152.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 185 119 241 0.23 0.51 0 0.05 272.46 0.81 0.71
Hex B9 77 F1 17 33 0 5 110 51 47
Octal 271 167 361 27 63 0 5 420 121 107
Binary 10111001 1110111 11110001 10111 110011 0 101 100010000 1010001 1000111

Color Harmonies of #B977F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977F1

Black with #B977F1

Text Example


Text Example

White with #B977F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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