Html Css Color HEX #BA7AF6 Heliotrope

📋 copy color: '#BA7AF6'

red 186 ◦ green 122 ◦ blue 246

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

Shades of Heliotrope #BA7AF6

Tints of Heliotrope #BA7AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.02%

 BLUE value IS 246 (96.48% from 255) = 44.4%

R = 33.57%
G = 22.02%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA7AF6 (or 0xBA7AF6) is known color: Heliotrope. HEX triplet: BA, 7A and F6. RGB value is (186,122,246). Sum of RGB (Red+Green+Blue) = 186+122+246=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA7AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF6 is #458509. Grayscale: #9A9A9A. Windows color (decimal): -4556042 or 16153274. OLE color: 16153274.

HSL color Cylindrical-coordinate representation of color #BA7AF6: hue angle of 270.97º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7AF6 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 122 246 -
CMYK 0.24 0.50 0 0.04
HSL 270.97º 0.87% 0.72% -
HSV(B) 270.97º 0.5% 0.96% -
XYZ 43.84 31.01 90.86 -
YUV 155.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 186 122 246 0.24 0.50 0 0.04 270.97 0.87 0.72
Hex BA 7A F6 18 32 0 4 10F 57 48
Octal 272 172 366 30 62 0 4 417 127 110
Binary 10111010 1111010 11110110 11000 110010 0 100 100001111 1010111 1001000

Color Harmonies of #BA7AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AF6

Black with #BA7AF6

Text Example


Text Example

White with #BA7AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AF6; }

 p { color: rgb(186,122,246); }

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

background-color css

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

 a { background-color: rgb(186,122,246); }

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

border-color css

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

 span { border-color: rgb(186,122,246); }

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