Html Css Color HEX #BA60EA Medium Orchid

📋 copy color: '#BA60EA'

red 186 ◦ green 96 ◦ blue 234

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

Shades of Medium Orchid #BA60EA

Tints of Medium Orchid #BA60EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 36.05%
G = 18.6%
B = 45.35%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA60EA (or 0xBA60EA) is known color: Medium Orchid. HEX triplet: BA, 60 and EA. RGB value is (186,96,234). Sum of RGB (Red+Green+Blue) = 186+96+234=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EA is #459F15. Grayscale: #8A8A8A. Windows color (decimal): -4562710 or 15360186. OLE color: 15360186.

HSL color Cylindrical-coordinate representation of color #BA60EA: hue angle of 279.13º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA60EA is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 96 234 -
CMYK 0.21 0.59 0 0.08
HSL 279.13º 0.77% 0.65% -
HSV(B) 279.13º 0.59% 0.92% -
XYZ 39.28 24.75 80.55 -
YUV 138.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 186 96 234 0.21 0.59 0 0.08 279.13 0.77 0.65
Hex BA 60 EA 15 3B 0 8 117 4D 41
Octal 272 140 352 25 73 0 10 427 115 101
Binary 10111010 1100000 11101010 10101 111011 0 1000 100010111 1001101 1000001

Color Harmonies of #BA60EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60EA

Black with #BA60EA

Text Example


Text Example

White with #BA60EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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