Html Css Color HEX #BA60EB Medium Orchid

📋 copy color: '#BA60EB'

red 186 ◦ green 96 ◦ blue 235

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

Shades of Medium Orchid #BA60EB

Tints of Medium Orchid #BA60EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 35.98%
G = 18.57%
B = 45.45%

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

#BA60EB (or 0xBA60EB) is known color: Medium Orchid. HEX triplet: BA, 60 and EB. RGB value is (186,96,235). Sum of RGB (Red+Green+Blue) = 186+96+235=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA60EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60EB is #459F14. Grayscale: #8A8A8A. Windows color (decimal): -4562709 or 15425722. OLE color: 15425722.

HSL color Cylindrical-coordinate representation of color #BA60EB: hue angle of 278.85º degrees, saturation: 0.78, 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 #BA60EB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 96 235 -
CMYK 0.21 0.59 0 0.08
HSL 278.85º 0.78% 0.65% -
HSV(B) 278.85º 0.59% 0.92% -
XYZ 39.43 24.8 81.31 -
YUV 138.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 186 96 235 0.21 0.59 0 0.08 278.85 0.78 0.65
Hex BA 60 EB 15 3B 0 8 117 4E 41
Octal 272 140 353 25 73 0 10 427 116 101
Binary 10111010 1100000 11101011 10101 111011 0 1000 100010111 1001110 1000001

Color Harmonies of #BA60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60EB

Black with #BA60EB

Text Example


Text Example

White with #BA60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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