Html Css Color HEX #B982FF Heliotrope

📋 copy color: '#B982FF'

red 185 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #B982FF

Tints of Heliotrope #B982FF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.81%

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

R = 32.46%
G = 22.81%
B = 44.74%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B982FF (or 0xB982FF) is known color: Heliotrope. HEX triplet: B9, 82 and FF. RGB value is (185,130,255). Sum of RGB (Red+Green+Blue) = 185+130+255=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B982FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982FF is #467D00. Grayscale: #A0A0A0. Windows color (decimal): -4619521 or 16745145. OLE color: 16745145.

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

Color convert

RGB 185 130 255 -
CMYK 0.27 0.49 0 0
HSL 266.4º 1% 0.75% -
HSV(B) 266.4º 0.49% 1% -
XYZ 46.04 33.5 98.65 -
YUV 160.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 185 130 255 0.27 0.49 0 0 266.4 1 0.75
Hex B9 82 FF 1B 31 0 0 10A 64 4B
Octal 271 202 377 33 61 0 0 412 144 113
Binary 10111001 10000010 11111111 11011 110001 0 0 100001010 1100100 1001011

Color Harmonies of #B982FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982FF

Black with #B982FF

Text Example


Text Example

White with #B982FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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