Html Css Color HEX #BA78F1 Heliotrope

📋 copy color: '#BA78F1'

red 186 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #BA78F1

Tints of Heliotrope #BA78F1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

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

R = 34%
G = 21.94%
B = 44.06%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA78F1 (or 0xBA78F1) is known color: Heliotrope. HEX triplet: BA, 78 and F1. RGB value is (186,120,241). Sum of RGB (Red+Green+Blue) = 186+120+241=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78F1 is #45870E. Grayscale: #999999. Windows color (decimal): -4556559 or 15825082. OLE color: 15825082.

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

Color convert

RGB 186 120 241 -
CMYK 0.23 0.50 0 0.05
HSL 272.73º 0.81% 0.71% -
HSV(B) 272.73º 0.5% 0.95% -
XYZ 42.84 30.22 86.79 -
YUV 153.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 186 120 241 0.23 0.50 0 0.05 272.73 0.81 0.71
Hex BA 78 F1 17 32 0 5 111 51 47
Octal 272 170 361 27 62 0 5 421 121 107
Binary 10111010 1111000 11110001 10111 110010 0 101 100010001 1010001 1000111

Color Harmonies of #BA78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78F1

Black with #BA78F1

Text Example


Text Example

White with #BA78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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