Html Css Color HEX #BA71CD Medium Orchid

📋 copy color: '#BA71CD'

red 186 ◦ green 113 ◦ blue 205

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

Shades of Medium Orchid #BA71CD

Tints of Medium Orchid #BA71CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.42%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 36.9%
G = 22.42%
B = 40.67%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA71CD (or 0xBA71CD) is known color: Medium Orchid. HEX triplet: BA, 71 and CD. RGB value is (186,113,205). Sum of RGB (Red+Green+Blue) = 186+113+205=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CD is #458E32. Grayscale: #919191. Windows color (decimal): -4558387 or 13463994. OLE color: 13463994.

HSL color Cylindrical-coordinate representation of color #BA71CD: hue angle of 287.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA71CD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 113 205 -
CMYK 0.09 0.45 0 0.20
HSL 287.61º 0.48% 0.62% -
HSV(B) 287.61º 0.45% 0.8% -
XYZ 37.17 26.66 60.94 -
YUV 145.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 186 113 205 0.09 0.45 0 0.20 287.61 0.48 0.62
Hex BA 71 CD 9 2D 0 14 120 30 3E
Octal 272 161 315 11 55 0 24 440 60 76
Binary 10111010 1110001 11001101 1001 101101 0 10100 100100000 110000 111110

Color Harmonies of #BA71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71CD

Black with #BA71CD

Text Example


Text Example

White with #BA71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71CD; }

 p { color: rgb(186,113,205); }

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

background-color css

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

 a { background-color: rgb(186,113,205); }

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

border-color css

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

 span { border-color: rgb(186,113,205); }

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