Html Css Color HEX #B976FB Heliotrope

📋 copy color: '#B976FB'

red 185 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #B976FB

Tints of Heliotrope #B976FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 33.39%
G = 21.3%
B = 45.31%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B976FB (or 0xB976FB) is known color: Heliotrope. HEX triplet: B9, 76 and FB. RGB value is (185,118,251). Sum of RGB (Red+Green+Blue) = 185+118+251=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #B976FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976FB is #468904. Grayscale: #989898. Windows color (decimal): -4622597 or 16479929. OLE color: 16479929.

HSL color Cylindrical-coordinate representation of color #B976FB: hue angle of 270.23º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B976FB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 118 251 -
CMYK 0.26 0.53 0 0.02
HSL 270.23º 0.94% 0.72% -
HSV(B) 270.23º 0.53% 0.98% -
XYZ 43.9 30.24 94.79 -
YUV 153.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 185 118 251 0.26 0.53 0 0.02 270.23 0.94 0.72
Hex B9 76 FB 1A 35 0 2 10E 5E 48
Octal 271 166 373 32 65 0 2 416 136 110
Binary 10111001 1110110 11111011 11010 110101 0 10 100001110 1011110 1001000

Color Harmonies of #B976FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976FB

Black with #B976FB

Text Example


Text Example

White with #B976FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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