Html Css Color HEX #BA3EDC Medium Orchid

📋 copy color: '#BA3EDC'

red 186 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #BA3EDC

Tints of Medium Orchid #BA3EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 39.74%
G = 13.25%
B = 47.01%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA3EDC (or 0xBA3EDC) is known color: Medium Orchid. HEX triplet: BA, 3E and DC. RGB value is (186,62,220). Sum of RGB (Red+Green+Blue) = 186+62+220=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EDC is #45C123. Grayscale: #747474. Windows color (decimal): -4571428 or 14433978. OLE color: 14433978.

HSL color Cylindrical-coordinate representation of color #BA3EDC: hue angle of 287.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EDC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 62 220 -
CMYK 0.15 0.72 0 0.14
HSL 287.09º 0.69% 0.55% -
HSV(B) 287.09º 0.72% 0.86% -
XYZ 34.89 19.05 69.55 -
YUV 117.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 186 62 220 0.15 0.72 0 0.14 287.09 0.69 0.55
Hex BA 3E DC F 48 0 E 11F 45 37
Octal 272 76 334 17 110 0 16 437 105 67
Binary 10111010 111110 11011100 1111 1001000 0 1110 100011111 1000101 110111

Color Harmonies of #BA3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EDC

Black with #BA3EDC

Text Example


Text Example

White with #BA3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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