Html Css Color HEX #BA3ECA Medium Orchid

📋 copy color: '#BA3ECA'

red 186 ◦ green 62 ◦ blue 202

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

Shades of Medium Orchid #BA3ECA

Tints of Medium Orchid #BA3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.78%

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

R = 41.33%
G = 13.78%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA3ECA (or 0xBA3ECA) is known color: Medium Orchid. HEX triplet: BA, 3E and CA. RGB value is (186,62,202). Sum of RGB (Red+Green+Blue) = 186+62+202=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA3ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ECA is #45C135. Grayscale: #727272. Windows color (decimal): -4571446 or 13254330. OLE color: 13254330.

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

Color convert

RGB 186 62 202 -
CMYK 0.08 0.69 0 0.21
HSL 293.14º 0.57% 0.52% -
HSV(B) 293.14º 0.69% 0.79% -
XYZ 32.63 18.15 57.66 -
YUV 115.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 186 62 202 0.08 0.69 0 0.21 293.14 0.57 0.52
Hex BA 3E CA 8 45 0 15 125 39 34
Octal 272 76 312 10 105 0 25 445 71 64
Binary 10111010 111110 11001010 1000 1000101 0 10101 100100101 111001 110100

Color Harmonies of #BA3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ECA

Black with #BA3ECA

Text Example


Text Example

White with #BA3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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