Html Css Color HEX #BA78FF Heliotrope

📋 copy color: '#BA78FF'

red 186 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #BA78FF

Tints of Heliotrope #BA78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 33.16%
G = 21.39%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA78FF (or 0xBA78FF) is known color: Heliotrope. HEX triplet: BA, 78 and FF. RGB value is (186,120,255). Sum of RGB (Red+Green+Blue) = 186+120+255=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78FF is #458700. Grayscale: #9A9A9A. Windows color (decimal): -4556545 or 16742586. OLE color: 16742586.

HSL color Cylindrical-coordinate representation of color #BA78FF: hue angle of 269.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA78FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 120 255 -
CMYK 0.27 0.53 0 0
HSL 269.33º 1% 0.74% -
HSV(B) 269.33º 0.53% 1% -
XYZ 45.02 31.09 98.24 -
YUV 155.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 186 120 255 0.27 0.53 0 0 269.33 1 0.74
Hex BA 78 FF 1B 35 0 0 10D 64 4A
Octal 272 170 377 33 65 0 0 415 144 112
Binary 10111010 1111000 11111111 11011 110101 0 0 100001101 1100100 1001010

Color Harmonies of #BA78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA78FF

Black with #BA78FF

Text Example


Text Example

White with #BA78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA78FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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