Html Css Color HEX #BA71F1 Heliotrope

📋 copy color: '#BA71F1'

red 186 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #BA71F1

Tints of Heliotrope #BA71F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 34.44%
G = 20.93%
B = 44.63%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA71F1 (or 0xBA71F1) is known color: Heliotrope. HEX triplet: BA, 71 and F1. RGB value is (186,113,241). Sum of RGB (Red+Green+Blue) = 186+113+241=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71F1 is #458E0E. Grayscale: #949494. Windows color (decimal): -4558351 or 15823290. OLE color: 15823290.

HSL color Cylindrical-coordinate representation of color #BA71F1: hue angle of 274.22º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA71F1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 113 241 -
CMYK 0.23 0.53 0 0.05
HSL 274.22º 0.82% 0.69% -
HSV(B) 274.22º 0.53% 0.95% -
XYZ 42.03 28.6 86.52 -
YUV 149.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 186 113 241 0.23 0.53 0 0.05 274.22 0.82 0.69
Hex BA 71 F1 17 35 0 5 112 52 45
Octal 272 161 361 27 65 0 5 422 122 105
Binary 10111010 1110001 11110001 10111 110101 0 101 100010010 1010010 1000101

Color Harmonies of #BA71F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71F1

Black with #BA71F1

Text Example


Text Example

White with #BA71F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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