Html Css Color HEX #BA7AF8 Heliotrope

📋 copy color: '#BA7AF8'

red 186 ◦ green 122 ◦ blue 248

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

Shades of Heliotrope #BA7AF8

Tints of Heliotrope #BA7AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.6%

R = 33.45%
G = 21.94%
B = 44.6%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA7AF8 (or 0xBA7AF8) is known color: Heliotrope. HEX triplet: BA, 7A and F8. RGB value is (186,122,248). Sum of RGB (Red+Green+Blue) = 186+122+248=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7AF8 is #458507. Grayscale: #9B9B9B. Windows color (decimal): -4556040 or 16284346. OLE color: 16284346.

HSL color Cylindrical-coordinate representation of color #BA7AF8: hue angle of 270.48º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7AF8 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 122 248 -
CMYK 0.25 0.51 0 0.03
HSL 270.48º 0.9% 0.73% -
HSV(B) 270.48º 0.51% 0.97% -
XYZ 44.15 31.14 92.49 -
YUV 155.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 186 122 248 0.25 0.51 0 0.03 270.48 0.9 0.73
Hex BA 7A F8 19 33 0 3 10E 5A 49
Octal 272 172 370 31 63 0 3 416 132 111
Binary 10111010 1111010 11111000 11001 110011 0 11 100001110 1011010 1001001

Color Harmonies of #BA7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7AF8

Black with #BA7AF8

Text Example


Text Example

White with #BA7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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