Html Css Color HEX #BA53CC Medium Orchid

📋 copy color: '#BA53CC'

red 186 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #BA53CC

Tints of Medium Orchid #BA53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 39.32%
G = 17.55%
B = 43.13%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA53CC (or 0xBA53CC) is known color: Medium Orchid. HEX triplet: BA, 53 and CC. RGB value is (186,83,204). Sum of RGB (Red+Green+Blue) = 186+83+204=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53CC is #45AC33. Grayscale: #7F7F7F. Windows color (decimal): -4566068 or 13390778. OLE color: 13390778.

HSL color Cylindrical-coordinate representation of color #BA53CC: hue angle of 291.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA53CC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 83 204 -
CMYK 0.09 0.59 0 0.2
HSL 291.07º 0.54% 0.56% -
HSV(B) 291.07º 0.59% 0.8% -
XYZ 34.24 20.99 59.37 -
YUV 127.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 186 83 204 0.09 0.59 0 0.2 291.07 0.54 0.56
Hex BA 53 CC 9 3B 0 14 123 36 38
Octal 272 123 314 11 73 0 24 443 66 70
Binary 10111010 1010011 11001100 1001 111011 0 10100 100100011 110110 111000

Color Harmonies of #BA53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53CC

Black with #BA53CC

Text Example


Text Example

White with #BA53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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