Html Css Color HEX #B976FF Heliotrope

📋 copy color: '#B976FF'

red 185 ◦ green 118 ◦ blue 255

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

Shades of Heliotrope #B976FF

Tints of Heliotrope #B976FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.15%

 BLUE value IS 255 (100% from 255) = 45.7%

R = 33.15%
G = 21.15%
B = 45.7%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B976FF (or 0xB976FF) is known color: Heliotrope. HEX triplet: B9, 76 and FF. RGB value is (185,118,255). Sum of RGB (Red+Green+Blue) = 185+118+255=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B976FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976FF is #468900. Grayscale: #999999. Windows color (decimal): -4622593 or 16742073. OLE color: 16742073.

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

Color convert

RGB 185 118 255 -
CMYK 0.27 0.54 0 0
HSL 269.34º 1% 0.73% -
HSV(B) 269.34º 0.54% 1% -
XYZ 44.54 30.49 98.15 -
YUV 153.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 185 118 255 0.27 0.54 0 0 269.34 1 0.73
Hex B9 76 FF 1B 36 0 0 10D 64 49
Octal 271 166 377 33 66 0 0 415 144 111
Binary 10111001 1110110 11111111 11011 110110 0 0 100001101 1100100 1001001

Color Harmonies of #B976FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976FF

Black with #B976FF

Text Example


Text Example

White with #B976FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976FF; }

 p { color: rgb(185,118,255); }

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

background-color css

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

 a { background-color: rgb(185,118,255); }

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

border-color css

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

 span { border-color: rgb(185,118,255); }

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