Html Css Color HEX #BA3ECE Medium Orchid

📋 copy color: '#BA3ECE'

red 186 ◦ green 62 ◦ blue 206

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

Shades of Medium Orchid #BA3ECE

Tints of Medium Orchid #BA3ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 40.97%
G = 13.66%
B = 45.37%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA3ECE (or 0xBA3ECE) is known color: Medium Orchid. HEX triplet: BA, 3E and CE. RGB value is (186,62,206). Sum of RGB (Red+Green+Blue) = 186+62+206=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ECE is #45C131. Grayscale: #737373. Windows color (decimal): -4571442 or 13516474. OLE color: 13516474.

HSL color Cylindrical-coordinate representation of color #BA3ECE: hue angle of 291.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3ECE is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 62 206 -
CMYK 0.10 0.70 0 0.19
HSL 291.67º 0.6% 0.53% -
HSV(B) 291.67º 0.7% 0.81% -
XYZ 33.11 18.34 60.19 -
YUV 115.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 186 62 206 0.10 0.70 0 0.19 291.67 0.6 0.53
Hex BA 3E CE A 46 0 13 124 3C 35
Octal 272 76 316 12 106 0 23 444 74 65
Binary 10111010 111110 11001110 1010 1000110 0 10011 100100100 111100 110101

Color Harmonies of #BA3ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ECE

Black with #BA3ECE

Text Example


Text Example

White with #BA3ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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