Html Css Color HEX #BA71EF Heliotrope

📋 copy color: '#BA71EF'

red 186 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #BA71EF

Tints of Heliotrope #BA71EF

RGB

 RED value IS 186 (73.05% from 255) = 34.57%

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 34.57%
G = 21%
B = 44.42%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA71EF (or 0xBA71EF) is known color: Heliotrope. HEX triplet: BA, 71 and EF. RGB value is (186,113,239). Sum of RGB (Red+Green+Blue) = 186+113+239=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71EF is #458E10. Grayscale: #949494. Windows color (decimal): -4558353 or 15692218. OLE color: 15692218.

HSL color Cylindrical-coordinate representation of color #BA71EF: hue angle of 274.76º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA71EF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 113 239 -
CMYK 0.22 0.53 0 0.06
HSL 274.76º 0.8% 0.69% -
HSV(B) 274.76º 0.53% 0.94% -
XYZ 41.73 28.48 84.96 -
YUV 149.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 186 113 239 0.22 0.53 0 0.06 274.76 0.8 0.69
Hex BA 71 EF 16 35 0 6 113 50 45
Octal 272 161 357 26 65 0 6 423 120 105
Binary 10111010 1110001 11101111 10110 110101 0 110 100010011 1010000 1000101

Color Harmonies of #BA71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71EF

Black with #BA71EF

Text Example


Text Example

White with #BA71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71EF; }

 p { color: rgb(186,113,239); }

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

background-color css

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

 a { background-color: rgb(186,113,239); }

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

border-color css

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

 span { border-color: rgb(186,113,239); }

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