Html Css Color HEX #B977F3 Heliotrope

📋 copy color: '#B977F3'

red 185 ◦ green 119 ◦ blue 243

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

Shades of Heliotrope #B977F3

Tints of Heliotrope #B977F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 33.82%
G = 21.76%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B977F3 (or 0xB977F3) is known color: Heliotrope. HEX triplet: B9, 77 and F3. RGB value is (185,119,243). Sum of RGB (Red+Green+Blue) = 185+119+243=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #B977F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977F3 is #46880C. Grayscale: #989898. Windows color (decimal): -4622349 or 15955897. OLE color: 15955897.

HSL color Cylindrical-coordinate representation of color #B977F3: hue angle of 271.94º degrees, saturation: 0.84, 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 #B977F3 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 119 243 -
CMYK 0.24 0.51 0 0.05
HSL 271.94º 0.84% 0.71% -
HSV(B) 271.94º 0.51% 0.95% -
XYZ 42.78 29.98 88.33 -
YUV 152.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 185 119 243 0.24 0.51 0 0.05 271.94 0.84 0.71
Hex B9 77 F3 18 33 0 5 110 54 47
Octal 271 167 363 30 63 0 5 420 124 107
Binary 10111001 1110111 11110011 11000 110011 0 101 100010000 1010100 1000111

Color Harmonies of #B977F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977F3

Black with #B977F3

Text Example


Text Example

White with #B977F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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