Html Css Color HEX #BA7BF1 Heliotrope

📋 copy color: '#BA7BF1'

red 186 ◦ green 123 ◦ blue 241

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

Shades of Heliotrope #BA7BF1

Tints of Heliotrope #BA7BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.36%

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

R = 33.82%
G = 22.36%
B = 43.82%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA7BF1 (or 0xBA7BF1) is known color: Heliotrope. HEX triplet: BA, 7B and F1. RGB value is (186,123,241). Sum of RGB (Red+Green+Blue) = 186+123+241=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF1 is #45840E. Grayscale: #9A9A9A. Windows color (decimal): -4555791 or 15825850. OLE color: 15825850.

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

Color convert

RGB 186 123 241 -
CMYK 0.23 0.49 0 0.05
HSL 272.03º 0.81% 0.71% -
HSV(B) 272.03º 0.49% 0.95% -
XYZ 43.21 30.96 86.92 -
YUV 155.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 186 123 241 0.23 0.49 0 0.05 272.03 0.81 0.71
Hex BA 7B F1 17 31 0 5 110 51 47
Octal 272 173 361 27 61 0 5 420 121 107
Binary 10111010 1111011 11110001 10111 110001 0 101 100010000 1010001 1000111

Color Harmonies of #BA7BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BF1

Black with #BA7BF1

Text Example


Text Example

White with #BA7BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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