Html Css Color HEX #BA61ED Medium Orchid

📋 copy color: '#BA61ED'

red 186 ◦ green 97 ◦ blue 237

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

Shades of Medium Orchid #BA61ED

Tints of Medium Orchid #BA61ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 35.77%
G = 18.65%
B = 45.58%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA61ED (or 0xBA61ED) is known color: Medium Orchid. HEX triplet: BA, 61 and ED. RGB value is (186,97,237). Sum of RGB (Red+Green+Blue) = 186+97+237=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61ED is #459E12. Grayscale: #8B8B8B. Windows color (decimal): -4562451 or 15557050. OLE color: 15557050.

HSL color Cylindrical-coordinate representation of color #BA61ED: hue angle of 278.14º degrees, saturation: 0.8, 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 #BA61ED is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 97 237 -
CMYK 0.22 0.59 0 0.07
HSL 278.14º 0.8% 0.65% -
HSV(B) 278.14º 0.59% 0.93% -
XYZ 39.81 25.1 82.87 -
YUV 139.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 186 97 237 0.22 0.59 0 0.07 278.14 0.8 0.65
Hex BA 61 ED 16 3B 0 7 116 50 41
Octal 272 141 355 26 73 0 7 426 120 101
Binary 10111010 1100001 11101101 10110 111011 0 111 100010110 1010000 1000001

Color Harmonies of #BA61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61ED

Black with #BA61ED

Text Example


Text Example

White with #BA61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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