Html Css Color HEX #BA71C6 Medium Orchid

📋 copy color: '#BA71C6'

red 186 ◦ green 113 ◦ blue 198

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

Shades of Medium Orchid #BA71C6

Tints of Medium Orchid #BA71C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 37.42%
G = 22.74%
B = 39.84%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA71C6 (or 0xBA71C6) is known color: Medium Orchid. HEX triplet: BA, 71 and C6. RGB value is (186,113,198). Sum of RGB (Red+Green+Blue) = 186+113+198=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C6 is #458E39. Grayscale: #909090. Windows color (decimal): -4558394 or 13005242. OLE color: 13005242.

HSL color Cylindrical-coordinate representation of color #BA71C6: hue angle of 291.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA71C6 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 113 198 -
CMYK 0.06 0.43 0 0.22
HSL 291.53º 0.43% 0.61% -
HSV(B) 291.53º 0.43% 0.78% -
XYZ 36.35 26.33 56.59 -
YUV 144.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 186 113 198 0.06 0.43 0 0.22 291.53 0.43 0.61
Hex BA 71 C6 6 2B 0 16 124 2B 3D
Octal 272 161 306 6 53 0 26 444 53 75
Binary 10111010 1110001 11000110 110 101011 0 10110 100100100 101011 111101

Color Harmonies of #BA71C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71C6

Black with #BA71C6

Text Example


Text Example

White with #BA71C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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