Html Css Color HEX #BA61DD Medium Orchid

📋 copy color: '#BA61DD'

red 186 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #BA61DD

Tints of Medium Orchid #BA61DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 36.9%
G = 19.25%
B = 43.85%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA61DD (or 0xBA61DD) is known color: Medium Orchid. HEX triplet: BA, 61 and DD. RGB value is (186,97,221). Sum of RGB (Red+Green+Blue) = 186+97+221=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61DD is #459E22. Grayscale: #898989. Windows color (decimal): -4562467 or 14508474. OLE color: 14508474.

HSL color Cylindrical-coordinate representation of color #BA61DD: hue angle of 283.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA61DD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 97 221 -
CMYK 0.16 0.56 0 0.13
HSL 283.06º 0.65% 0.62% -
HSV(B) 283.06º 0.56% 0.87% -
XYZ 37.58 24.21 71.1 -
YUV 137.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 186 97 221 0.16 0.56 0 0.13 283.06 0.65 0.62
Hex BA 61 DD 10 38 0 D 11B 41 3E
Octal 272 141 335 20 70 0 15 433 101 76
Binary 10111010 1100001 11011101 10000 111000 0 1101 100011011 1000001 111110

Color Harmonies of #BA61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61DD

Black with #BA61DD

Text Example


Text Example

White with #BA61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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