Html Css Color HEX #BA61EE Medium Orchid

📋 copy color: '#BA61EE'

red 186 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #BA61EE

Tints of Medium Orchid #BA61EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 35.7%
G = 18.62%
B = 45.68%

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

#BA61EE (or 0xBA61EE) is known color: Medium Orchid. HEX triplet: BA, 61 and EE. RGB value is (186,97,238). Sum of RGB (Red+Green+Blue) = 186+97+238=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61EE is #459E11. Grayscale: #8B8B8B. Windows color (decimal): -4562450 or 15622586. OLE color: 15622586.

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

Color convert

RGB 186 97 238 -
CMYK 0.22 0.59 0 0.07
HSL 277.87º 0.81% 0.66% -
HSV(B) 277.87º 0.59% 0.93% -
XYZ 39.96 25.16 83.64 -
YUV 139.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 186 97 238 0.22 0.59 0 0.07 277.87 0.81 0.66
Hex BA 61 EE 16 3B 0 7 116 51 42
Octal 272 141 356 26 73 0 7 426 121 102
Binary 10111010 1100001 11101110 10110 111011 0 111 100010110 1010001 1000010

Color Harmonies of #BA61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61EE

Black with #BA61EE

Text Example


Text Example

White with #BA61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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