Html Css Color HEX #BA61EC Medium Orchid

📋 copy color: '#BA61EC'

red 186 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #BA61EC

Tints of Medium Orchid #BA61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.69%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 35.84%
G = 18.69%
B = 45.47%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA61EC (or 0xBA61EC) is known color: Medium Orchid. HEX triplet: BA, 61 and EC. RGB value is (186,97,236). Sum of RGB (Red+Green+Blue) = 186+97+236=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61EC is #459E13. Grayscale: #8A8A8A. Windows color (decimal): -4562452 or 15491514. OLE color: 15491514.

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

Color convert

RGB 186 97 236 -
CMYK 0.21 0.59 0 0.07
HSL 278.42º 0.79% 0.65% -
HSV(B) 278.42º 0.59% 0.93% -
XYZ 39.66 25.04 82.1 -
YUV 139.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 186 97 236 0.21 0.59 0 0.07 278.42 0.79 0.65
Hex BA 61 EC 15 3B 0 7 116 4F 41
Octal 272 141 354 25 73 0 7 426 117 101
Binary 10111010 1100001 11101100 10101 111011 0 111 100010110 1001111 1000001

Color Harmonies of #BA61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61EC

Black with #BA61EC

Text Example


Text Example

White with #BA61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61EC; }

 p { color: rgb(186,97,236); }

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

background-color css

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

 a { background-color: rgb(186,97,236); }

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

border-color css

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

 span { border-color: rgb(186,97,236); }

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