Html Css Color HEX #B982FE Heliotrope

📋 copy color: '#B982FE'

red 185 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #B982FE

Tints of Heliotrope #B982FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 32.51%
G = 22.85%
B = 44.64%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B982FE (or 0xB982FE) is known color: Heliotrope. HEX triplet: B9, 82 and FE. RGB value is (185,130,254). Sum of RGB (Red+Green+Blue) = 185+130+254=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B982FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982FE is #467D01. Grayscale: #A0A0A0. Windows color (decimal): -4619522 or 16679609. OLE color: 16679609.

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

Color convert

RGB 185 130 254 -
CMYK 0.27 0.49 0 0.00
HSL 266.61º 0.98% 0.75% -
HSV(B) 266.61º 0.49% 1% -
XYZ 45.88 33.44 97.8 -
YUV 160.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 185 130 254 0.27 0.49 0 0.00 266.61 0.98 0.75
Hex B9 82 FE 1B 31 0 0 10B 62 4B
Octal 271 202 376 33 61 0 0 413 142 113
Binary 10111001 10000010 11111110 11011 110001 0 0 100001011 1100010 1001011

Color Harmonies of #B982FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982FE

Black with #B982FE

Text Example


Text Example

White with #B982FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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