Html Css Color HEX #B980FF Heliotrope

📋 copy color: '#B980FF'

red 185 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #B980FF

Tints of Heliotrope #B980FF

RGB

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

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

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

R = 32.57%
G = 22.54%
B = 44.89%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B980FF (or 0xB980FF) is known color: Heliotrope. HEX triplet: B9, 80 and FF. RGB value is (185,128,255). Sum of RGB (Red+Green+Blue) = 185+128+255=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B980FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980FF is #467F00. Grayscale: #9F9F9F. Windows color (decimal): -4620033 or 16744633. OLE color: 16744633.

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

Color convert

RGB 185 128 255 -
CMYK 0.27 0.50 0 0
HSL 266.93º 1% 0.75% -
HSV(B) 266.93º 0.5% 1% -
XYZ 45.78 32.97 98.56 -
YUV 159.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 185 128 255 0.27 0.50 0 0 266.93 1 0.75
Hex B9 80 FF 1B 32 0 0 10B 64 4B
Octal 271 200 377 33 62 0 0 413 144 113
Binary 10111001 10000000 11111111 11011 110010 0 0 100001011 1100100 1001011

Color Harmonies of #B980FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980FF

Black with #B980FF

Text Example


Text Example

White with #B980FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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