Html Css Color HEX #B976F2 Heliotrope

📋 copy color: '#B976F2'

red 185 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #B976F2

Tints of Heliotrope #B976F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 33.94%
G = 21.65%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B976F2 (or 0xB976F2) is known color: Heliotrope. HEX triplet: B9, 76 and F2. RGB value is (185,118,242). Sum of RGB (Red+Green+Blue) = 185+118+242=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #B976F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976F2 is #46890D. Grayscale: #979797. Windows color (decimal): -4622606 or 15890105. OLE color: 15890105.

HSL color Cylindrical-coordinate representation of color #B976F2: hue angle of 272.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B976F2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 118 242 -
CMYK 0.24 0.51 0 0.05
HSL 272.42º 0.83% 0.71% -
HSV(B) 272.42º 0.51% 0.95% -
XYZ 42.51 29.68 87.49 -
YUV 152.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 185 118 242 0.24 0.51 0 0.05 272.42 0.83 0.71
Hex B9 76 F2 18 33 0 5 110 53 47
Octal 271 166 362 30 63 0 5 420 123 107
Binary 10111001 1110110 11110010 11000 110011 0 101 100010000 1010011 1000111

Color Harmonies of #B976F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B976F2

Black with #B976F2

Text Example


Text Example

White with #B976F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B976F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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