Html Css Color HEX #BA61D7 Medium Orchid

📋 copy color: '#BA61D7'

red 186 ◦ green 97 ◦ blue 215

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

Shades of Medium Orchid #BA61D7

Tints of Medium Orchid #BA61D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 37.35%
G = 19.48%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA61D7 (or 0xBA61D7) is known color: Medium Orchid. HEX triplet: BA, 61 and D7. RGB value is (186,97,215). Sum of RGB (Red+Green+Blue) = 186+97+215=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA61D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61D7 is #459E28. Grayscale: #888888. Windows color (decimal): -4562473 or 14115258. OLE color: 14115258.

HSL color Cylindrical-coordinate representation of color #BA61D7: hue angle of 285.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA61D7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 97 215 -
CMYK 0.13 0.55 0 0.16
HSL 285.25º 0.6% 0.61% -
HSV(B) 285.25º 0.55% 0.84% -
XYZ 36.79 23.89 66.96 -
YUV 137.06 171.99 162.91 -
System Red Green Blue C M Y K H S L
Decimal 186 97 215 0.13 0.55 0 0.16 285.25 0.6 0.61
Hex BA 61 D7 D 37 0 10 11D 3C 3D
Octal 272 141 327 15 67 0 20 435 74 75
Binary 10111010 1100001 11010111 1101 110111 0 10000 100011101 111100 111101

Color Harmonies of #BA61D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61D7

Black with #BA61D7

Text Example


Text Example

White with #BA61D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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