Html Css Color HEX #B977FE Heliotrope

📋 copy color: '#B977FE'

red 185 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #B977FE

Tints of Heliotrope #B977FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 33.15%
G = 21.33%
B = 45.52%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B977FE (or 0xB977FE) is known color: Heliotrope. HEX triplet: B9, 77 and FE. RGB value is (185,119,254). Sum of RGB (Red+Green+Blue) = 185+119+254=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B977FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B977FE is #468801. Grayscale: #999999. Windows color (decimal): -4622338 or 16676793. OLE color: 16676793.

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

Color convert

RGB 185 119 254 -
CMYK 0.27 0.53 0 0.00
HSL 269.33º 0.99% 0.73% -
HSV(B) 269.33º 0.53% 1% -
XYZ 44.49 30.66 97.34 -
YUV 154.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 185 119 254 0.27 0.53 0 0.00 269.33 0.99 0.73
Hex B9 77 FE 1B 35 0 0 10D 63 49
Octal 271 167 376 33 65 0 0 415 143 111
Binary 10111001 1110111 11111110 11011 110101 0 0 100001101 1100011 1001001

Color Harmonies of #B977FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B977FE

Black with #B977FE

Text Example


Text Example

White with #B977FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B977FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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