Html Css Color HEX #BA3ECD Medium Orchid

📋 copy color: '#BA3ECD'

red 186 ◦ green 62 ◦ blue 205

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

Shades of Medium Orchid #BA3ECD

Tints of Medium Orchid #BA3ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 41.06%
G = 13.69%
B = 45.25%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3ECD (or 0xBA3ECD) is known color: Medium Orchid. HEX triplet: BA, 3E and CD. RGB value is (186,62,205). Sum of RGB (Red+Green+Blue) = 186+62+205=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA3ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ECD is #45C132. Grayscale: #727272. Windows color (decimal): -4571443 or 13450938. OLE color: 13450938.

HSL color Cylindrical-coordinate representation of color #BA3ECD: hue angle of 292.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3ECD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 62 205 -
CMYK 0.09 0.70 0 0.20
HSL 292.03º 0.59% 0.52% -
HSV(B) 292.03º 0.7% 0.8% -
XYZ 32.99 18.29 59.55 -
YUV 115.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 186 62 205 0.09 0.70 0 0.20 292.03 0.59 0.52
Hex BA 3E CD 9 46 0 14 124 3B 34
Octal 272 76 315 11 106 0 24 444 73 64
Binary 10111010 111110 11001101 1001 1000110 0 10100 100100100 111011 110100

Color Harmonies of #BA3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ECD

Black with #BA3ECD

Text Example


Text Example

White with #BA3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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