Html Css Color HEX #B971FE Heliotrope

📋 copy color: '#B971FE'

red 185 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #B971FE

Tints of Heliotrope #B971FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

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

R = 33.51%
G = 20.47%
B = 46.01%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B971FE (or 0xB971FE) is known color: Heliotrope. HEX triplet: B9, 71 and FE. RGB value is (185,113,254). Sum of RGB (Red+Green+Blue) = 185+113+254=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #B971FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FE is #468E01. Grayscale: #969696. Windows color (decimal): -4623874 or 16675257. OLE color: 16675257.

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

Color convert

RGB 185 113 254 -
CMYK 0.27 0.56 0 0.00
HSL 270.64º 0.99% 0.72% -
HSV(B) 270.64º 0.56% 1% -
XYZ 43.8 29.28 97.11 -
YUV 150.6 186.35 152.54 -
System Red Green Blue C M Y K H S L
Decimal 185 113 254 0.27 0.56 0 0.00 270.64 0.99 0.72
Hex B9 71 FE 1B 38 0 0 10F 63 48
Octal 271 161 376 33 70 0 0 417 143 110
Binary 10111001 1110001 11111110 11011 111000 0 0 100001111 1100011 1001000

Color Harmonies of #B971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971FE

Black with #B971FE

Text Example


Text Example

White with #B971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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