Html Css Color HEX #BA7CF5 Heliotrope

📋 copy color: '#BA7CF5'

red 186 ◦ green 124 ◦ blue 245

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

Shades of Heliotrope #BA7CF5

Tints of Heliotrope #BA7CF5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

 BLUE value IS 245 (96.09% from 255) = 44.14%

R = 33.51%
G = 22.34%
B = 44.14%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA7CF5 (or 0xBA7CF5) is known color: Heliotrope. HEX triplet: BA, 7C and F5. RGB value is (186,124,245). Sum of RGB (Red+Green+Blue) = 186+124+245=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 245 (96.09% from 255 or 44.14% from 555); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA7CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CF5 is #45830A. Grayscale: #9B9B9B. Windows color (decimal): -4555531 or 16088250. OLE color: 16088250.

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

Color convert

RGB 186 124 245 -
CMYK 0.24 0.49 0 0.04
HSL 270.74º 0.86% 0.72% -
HSV(B) 270.74º 0.49% 0.96% -
XYZ 43.94 31.45 90.14 -
YUV 156.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 186 124 245 0.24 0.49 0 0.04 270.74 0.86 0.72
Hex BA 7C F5 18 31 0 4 10F 56 48
Octal 272 174 365 30 61 0 4 417 126 110
Binary 10111010 1111100 11110101 11000 110001 0 100 100001111 1010110 1001000

Color Harmonies of #BA7CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7CF5

Black with #BA7CF5

Text Example


Text Example

White with #BA7CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7CF5; }

 p { color: rgb(186,124,245); }

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

background-color css

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

 a { background-color: rgb(186,124,245); }

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

border-color css

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

 span { border-color: rgb(186,124,245); }

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