Html Css Color HEX #BA61D0 Medium Orchid

📋 copy color: '#BA61D0'

red 186 ◦ green 97 ◦ blue 208

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

Shades of Medium Orchid #BA61D0

Tints of Medium Orchid #BA61D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 37.88%
G = 19.76%
B = 42.36%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA61D0 (or 0xBA61D0) is known color: Medium Orchid. HEX triplet: BA, 61 and D0. RGB value is (186,97,208). Sum of RGB (Red+Green+Blue) = 186+97+208=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61D0 is #459E2F. Grayscale: #878787. Windows color (decimal): -4562480 or 13656506. OLE color: 13656506.

HSL color Cylindrical-coordinate representation of color #BA61D0: hue angle of 288.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA61D0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 97 208 -
CMYK 0.11 0.53 0 0.18
HSL 288.11º 0.54% 0.6% -
HSV(B) 288.11º 0.53% 0.82% -
XYZ 35.91 23.54 62.33 -
YUV 136.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 186 97 208 0.11 0.53 0 0.18 288.11 0.54 0.6
Hex BA 61 D0 B 35 0 12 120 36 3C
Octal 272 141 320 13 65 0 22 440 66 74
Binary 10111010 1100001 11010000 1011 110101 0 10010 100100000 110110 111100

Color Harmonies of #BA61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61D0

Black with #BA61D0

Text Example


Text Example

White with #BA61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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