Html Css Color HEX #BA7AEE Heliotrope

📋 copy color: '#BA7AEE'

red 186 ◦ green 122 ◦ blue 238

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

Shades of Heliotrope #BA7AEE

Tints of Heliotrope #BA7AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.59%

R = 34.07%
G = 22.34%
B = 43.59%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7AEE (or 0xBA7AEE) is known color: Heliotrope. HEX triplet: BA, 7A and EE. RGB value is (186,122,238). Sum of RGB (Red+Green+Blue) = 186+122+238=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AEE is #458511. Grayscale: #999999. Windows color (decimal): -4556050 or 15628986. OLE color: 15628986.

HSL color Cylindrical-coordinate representation of color #BA7AEE: hue angle of 273.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7AEE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 122 238 -
CMYK 0.22 0.49 0 0.07
HSL 273.1º 0.77% 0.71% -
HSV(B) 273.1º 0.49% 0.93% -
XYZ 42.64 30.53 84.53 -
YUV 154.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 186 122 238 0.22 0.49 0 0.07 273.1 0.77 0.71
Hex BA 7A EE 16 31 0 7 111 4D 47
Octal 272 172 356 26 61 0 7 421 115 107
Binary 10111010 1111010 11101110 10110 110001 0 111 100010001 1001101 1000111

Color Harmonies of #BA7AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AEE

Black with #BA7AEE

Text Example


Text Example

White with #BA7AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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