Html Css Color HEX #BA3EDE Medium Orchid

📋 copy color: '#BA3EDE'

red 186 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #BA3EDE

Tints of Medium Orchid #BA3EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 39.57%
G = 13.19%
B = 47.23%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3EDE (or 0xBA3EDE) is known color: Medium Orchid. HEX triplet: BA, 3E and DE. RGB value is (186,62,222). Sum of RGB (Red+Green+Blue) = 186+62+222=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EDE is #45C121. Grayscale: #747474. Windows color (decimal): -4571426 or 14565050. OLE color: 14565050.

HSL color Cylindrical-coordinate representation of color #BA3EDE: hue angle of 286.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3EDE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 62 222 -
CMYK 0.16 0.72 0 0.13
HSL 286.5º 0.71% 0.56% -
HSV(B) 286.5º 0.72% 0.87% -
XYZ 35.16 19.16 70.95 -
YUV 117.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 186 62 222 0.16 0.72 0 0.13 286.5 0.71 0.56
Hex BA 3E DE 10 48 0 D 11E 47 38
Octal 272 76 336 20 110 0 15 436 107 70
Binary 10111010 111110 11011110 10000 1001000 0 1101 100011110 1000111 111000

Color Harmonies of #BA3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EDE

Black with #BA3EDE

Text Example


Text Example

White with #BA3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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