Html Css Color HEX #B977FC Heliotrope

📋 copy color: '#B977FC'

red 185 ◦ green 119 ◦ blue 252

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

Shades of Heliotrope #B977FC

Tints of Heliotrope #B977FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 33.27%
G = 21.4%
B = 45.32%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B977FC (or 0xB977FC) is known color: Heliotrope. HEX triplet: B9, 77 and FC. RGB value is (185,119,252). Sum of RGB (Red+Green+Blue) = 185+119+252=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B977FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FC is #468803. Grayscale: #999999. Windows color (decimal): -4622340 or 16545721. OLE color: 16545721.

HSL color Cylindrical-coordinate representation of color #B977FC: hue angle of 269.77º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B977FC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 119 252 -
CMYK 0.27 0.53 0 0.01
HSL 269.77º 0.96% 0.73% -
HSV(B) 269.77º 0.53% 0.99% -
XYZ 44.18 30.54 95.66 -
YUV 153.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 185 119 252 0.27 0.53 0 0.01 269.77 0.96 0.73
Hex B9 77 FC 1B 35 0 1 10E 60 49
Octal 271 167 374 33 65 0 1 416 140 111
Binary 10111001 1110111 11111100 11011 110101 0 1 100001110 1100000 1001001

Color Harmonies of #B977FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977FC

Black with #B977FC

Text Example


Text Example

White with #B977FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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