Html Css Color HEX #BA60F0 Medium Orchid

📋 copy color: '#BA60F0'

red 186 ◦ green 96 ◦ blue 240

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

Shades of Medium Orchid #BA60F0

Tints of Medium Orchid #BA60F0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 35.63%
G = 18.39%
B = 45.98%

CMYK

 C value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA60F0 (or 0xBA60F0) is known color: Medium Orchid. HEX triplet: BA, 60 and F0. RGB value is (186,96,240). Sum of RGB (Red+Green+Blue) = 186+96+240=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F0 is #459F0F. Grayscale: #8A8A8A. Windows color (decimal): -4562704 or 15753402. OLE color: 15753402.

HSL color Cylindrical-coordinate representation of color #BA60F0: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60F0 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 96 240 -
CMYK 0.22 0.6 0 0.06
HSL 277.5º 0.83% 0.66% -
HSV(B) 277.5º 0.6% 0.94% -
XYZ 40.16 25.1 85.17 -
YUV 139.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 186 96 240 0.22 0.6 0 0.06 277.5 0.83 0.66
Hex BA 60 F0 16 3C 0 6 116 53 42
Octal 272 140 360 26 74 0 6 426 123 102
Binary 10111010 1100000 11110000 10110 111100 0 110 100010110 1010011 1000010

Color Harmonies of #BA60F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60F0

Black with #BA60F0

Text Example


Text Example

White with #BA60F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60F0; }

 p { color: rgb(186,96,240); }

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

background-color css

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

 a { background-color: rgb(186,96,240); }

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

border-color css

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

 span { border-color: rgb(186,96,240); }

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