Html Css Color HEX #B980F9 Heliotrope

📋 copy color: '#B980F9'

red 185 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #B980F9

Tints of Heliotrope #B980F9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.78%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 32.92%
G = 22.78%
B = 44.31%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B980F9 (or 0xB980F9) is known color: Heliotrope. HEX triplet: B9, 80 and F9. RGB value is (185,128,249). Sum of RGB (Red+Green+Blue) = 185+128+249=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #B980F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980F9 is #467F06. Grayscale: #9E9E9E. Windows color (decimal): -4620039 or 16351417. OLE color: 16351417.

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

Color convert

RGB 185 128 249 -
CMYK 0.26 0.49 0 0.02
HSL 268.26º 0.91% 0.74% -
HSV(B) 268.26º 0.49% 0.98% -
XYZ 44.83 32.59 93.55 -
YUV 158.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 185 128 249 0.26 0.49 0 0.02 268.26 0.91 0.74
Hex B9 80 F9 1A 31 0 2 10C 5B 4A
Octal 271 200 371 32 61 0 2 414 133 112
Binary 10111001 10000000 11111001 11010 110001 0 10 100001100 1011011 1001010

Color Harmonies of #B980F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980F9

Black with #B980F9

Text Example


Text Example

White with #B980F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980F9; }

 p { color: rgb(185,128,249); }

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

background-color css

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

 a { background-color: rgb(185,128,249); }

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

border-color css

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

 span { border-color: rgb(185,128,249); }

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