Html Css Color HEX #BA78F6 Heliotrope

📋 copy color: '#BA78F6'

red 186 ◦ green 120 ◦ blue 246

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

Shades of Heliotrope #BA78F6

Tints of Heliotrope #BA78F6

RGB

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

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

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

R = 33.7%
G = 21.74%
B = 44.57%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA78F6 (or 0xBA78F6) is known color: Heliotrope. HEX triplet: BA, 78 and F6. RGB value is (186,120,246). Sum of RGB (Red+Green+Blue) = 186+120+246=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA78F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78F6 is #458709. Grayscale: #999999. Windows color (decimal): -4556554 or 16152762. OLE color: 16152762.

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

Color convert

RGB 186 120 246 -
CMYK 0.24 0.51 0 0.04
HSL 271.43º 0.88% 0.72% -
HSV(B) 271.43º 0.51% 0.96% -
XYZ 43.6 30.53 90.78 -
YUV 154.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 186 120 246 0.24 0.51 0 0.04 271.43 0.88 0.72
Hex BA 78 F6 18 33 0 4 10F 58 48
Octal 272 170 366 30 63 0 4 417 130 110
Binary 10111010 1111000 11110110 11000 110011 0 100 100001111 1011000 1001000

Color Harmonies of #BA78F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78F6

Black with #BA78F6

Text Example


Text Example

White with #BA78F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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