Html Css Color HEX #BA3ACC Medium Orchid

📋 copy color: '#BA3ACC'

red 186 ◦ green 58 ◦ blue 204

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

Shades of Medium Orchid #BA3ACC

Tints of Medium Orchid #BA3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.95%

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

R = 41.52%
G = 12.95%
B = 45.54%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA3ACC (or 0xBA3ACC) is known color: Medium Orchid. HEX triplet: BA, 3A and CC. RGB value is (186,58,204). Sum of RGB (Red+Green+Blue) = 186+58+204=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACC is #45C533. Grayscale: #707070. Windows color (decimal): -4572468 or 13384378. OLE color: 13384378.

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

Color convert

RGB 186 58 204 -
CMYK 0.09 0.72 0 0.2
HSL 292.6º 0.59% 0.51% -
HSV(B) 292.6º 0.72% 0.8% -
XYZ 32.66 17.82 58.85 -
YUV 112.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 186 58 204 0.09 0.72 0 0.2 292.6 0.59 0.51
Hex BA 3A CC 9 48 0 14 125 3B 33
Octal 272 72 314 11 110 0 24 445 73 63
Binary 10111010 111010 11001100 1001 1001000 0 10100 100100101 111011 110011

Color Harmonies of #BA3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ACC

Black with #BA3ACC

Text Example


Text Example

White with #BA3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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