Html Css Color HEX #BA53CE Medium Orchid

📋 copy color: '#BA53CE'

red 186 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #BA53CE

Tints of Medium Orchid #BA53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 39.16%
G = 17.47%
B = 43.37%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA53CE (or 0xBA53CE) is known color: Medium Orchid. HEX triplet: BA, 53 and CE. RGB value is (186,83,206). Sum of RGB (Red+Green+Blue) = 186+83+206=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CE is #45AC31. Grayscale: #7F7F7F. Windows color (decimal): -4566066 or 13521850. OLE color: 13521850.

HSL color Cylindrical-coordinate representation of color #BA53CE: hue angle of 290.24º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA53CE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 83 206 -
CMYK 0.10 0.60 0 0.19
HSL 290.24º 0.56% 0.57% -
HSV(B) 290.24º 0.6% 0.81% -
XYZ 34.48 21.08 60.64 -
YUV 127.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 186 83 206 0.10 0.60 0 0.19 290.24 0.56 0.57
Hex BA 53 CE A 3C 0 13 122 38 39
Octal 272 123 316 12 74 0 23 442 70 71
Binary 10111010 1010011 11001110 1010 111100 0 10011 100100010 111000 111001

Color Harmonies of #BA53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53CE

Black with #BA53CE

Text Example


Text Example

White with #BA53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53CE; }

 p { color: rgb(186,83,206); }

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

background-color css

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

 a { background-color: rgb(186,83,206); }

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

border-color css

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

 span { border-color: rgb(186,83,206); }

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