Html Css Color HEX #B977F6 Heliotrope

📋 copy color: '#B977F6'

red 185 ◦ green 119 ◦ blue 246

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

Shades of Heliotrope #B977F6

Tints of Heliotrope #B977F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 33.64%
G = 21.64%
B = 44.73%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B977F6 (or 0xB977F6) is known color: Heliotrope. HEX triplet: B9, 77 and F6. RGB value is (185,119,246). Sum of RGB (Red+Green+Blue) = 185+119+246=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #B977F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977F6 is #468809. Grayscale: #989898. Windows color (decimal): -4622346 or 16152505. OLE color: 16152505.

HSL color Cylindrical-coordinate representation of color #B977F6: hue angle of 271.18º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B977F6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 119 246 -
CMYK 0.25 0.52 0 0.04
HSL 271.18º 0.88% 0.72% -
HSV(B) 271.18º 0.52% 0.96% -
XYZ 43.24 30.16 90.73 -
YUV 153.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 185 119 246 0.25 0.52 0 0.04 271.18 0.88 0.72
Hex B9 77 F6 19 34 0 4 10F 58 48
Octal 271 167 366 31 64 0 4 417 130 110
Binary 10111001 1110111 11110110 11001 110100 0 100 100001111 1011000 1001000

Color Harmonies of #B977F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977F6

Black with #B977F6

Text Example


Text Example

White with #B977F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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