Html Css Color HEX #B971FF Heliotrope

📋 copy color: '#B971FF'

red 185 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #B971FF

Tints of Heliotrope #B971FF

RGB

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

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

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

R = 33.45%
G = 20.43%
B = 46.11%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B971FF (or 0xB971FF) is known color: Heliotrope. HEX triplet: B9, 71 and FF. RGB value is (185,113,255). Sum of RGB (Red+Green+Blue) = 185+113+255=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B971FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FF is #468E00. Grayscale: #969696. Windows color (decimal): -4623873 or 16740793. OLE color: 16740793.

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

Color convert

RGB 185 113 255 -
CMYK 0.27 0.56 0 0
HSL 270.42º 1% 0.72% -
HSV(B) 270.42º 0.56% 1% -
XYZ 43.96 29.34 97.95 -
YUV 150.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 185 113 255 0.27 0.56 0 0 270.42 1 0.72
Hex B9 71 FF 1B 38 0 0 10E 64 48
Octal 271 161 377 33 70 0 0 416 144 110
Binary 10111001 1110001 11111111 11011 111000 0 0 100001110 1100100 1001000

Color Harmonies of #B971FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971FF

Black with #B971FF

Text Example


Text Example

White with #B971FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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