Html Css Color HEX #BA3DCA Medium Orchid

📋 copy color: '#BA3DCA'

red 186 ◦ green 61 ◦ blue 202

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

Shades of Medium Orchid #BA3DCA

Tints of Medium Orchid #BA3DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.59%

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 41.43%
G = 13.59%
B = 44.99%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA3DCA (or 0xBA3DCA) is known color: Medium Orchid. HEX triplet: BA, 3D and CA. RGB value is (186,61,202). Sum of RGB (Red+Green+Blue) = 186+61+202=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA3DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCA is #45C235. Grayscale: #727272. Windows color (decimal): -4571702 or 13254074. OLE color: 13254074.

HSL color Cylindrical-coordinate representation of color #BA3DCA: hue angle of 293.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3DCA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 61 202 -
CMYK 0.08 0.70 0 0.21
HSL 293.19º 0.57% 0.52% -
HSV(B) 293.19º 0.7% 0.79% -
XYZ 32.58 18.04 57.64 -
YUV 114.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 186 61 202 0.08 0.70 0 0.21 293.19 0.57 0.52
Hex BA 3D CA 8 46 0 15 125 39 34
Octal 272 75 312 10 106 0 25 445 71 64
Binary 10111010 111101 11001010 1000 1000110 0 10101 100100101 111001 110100

Color Harmonies of #BA3DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DCA

Black with #BA3DCA

Text Example


Text Example

White with #BA3DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DCA; }

 p { color: rgb(186,61,202); }

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

background-color css

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

 a { background-color: rgb(186,61,202); }

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

border-color css

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

 span { border-color: rgb(186,61,202); }

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