Html Css Color HEX #BA71F2 Heliotrope

📋 copy color: '#BA71F2'

red 186 ◦ green 113 ◦ blue 242

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

Shades of Heliotrope #BA71F2

Tints of Heliotrope #BA71F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 34.38%
G = 20.89%
B = 44.73%

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

#BA71F2 (or 0xBA71F2) is known color: Heliotrope. HEX triplet: BA, 71 and F2. RGB value is (186,113,242). Sum of RGB (Red+Green+Blue) = 186+113+242=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA71F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71F2 is #458E0D. Grayscale: #959595. Windows color (decimal): -4558350 or 15888826. OLE color: 15888826.

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

Color convert

RGB 186 113 242 -
CMYK 0.23 0.53 0 0.05
HSL 273.95º 0.83% 0.7% -
HSV(B) 273.95º 0.53% 0.95% -
XYZ 42.18 28.66 87.31 -
YUV 149.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 186 113 242 0.23 0.53 0 0.05 273.95 0.83 0.7
Hex BA 71 F2 17 35 0 5 112 53 46
Octal 272 161 362 27 65 0 5 422 123 106
Binary 10111010 1110001 11110010 10111 110101 0 101 100010010 1010011 1000110

Color Harmonies of #BA71F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71F2

Black with #BA71F2

Text Example


Text Example

White with #BA71F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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