Html Css Color HEX #BA4EDE Medium Orchid

📋 copy color: '#BA4EDE'

red 186 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #BA4EDE

Tints of Medium Orchid #BA4EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.05%

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

R = 38.27%
G = 16.05%
B = 45.68%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA4EDE (or 0xBA4EDE) is known color: Medium Orchid. HEX triplet: BA, 4E and DE. RGB value is (186,78,222). Sum of RGB (Red+Green+Blue) = 186+78+222=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDE is #45B121. Grayscale: #7E7E7E. Windows color (decimal): -4567330 or 14569146. OLE color: 14569146.

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

Color convert

RGB 186 78 222 -
CMYK 0.16 0.65 0 0.13
HSL 285º 0.69% 0.59% -
HSV(B) 285º 0.65% 0.87% -
XYZ 36.16 21.16 71.29 -
YUV 126.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 186 78 222 0.16 0.65 0 0.13 285 0.69 0.59
Hex BA 4E DE 10 41 0 D 11D 45 3B
Octal 272 116 336 20 101 0 15 435 105 73
Binary 10111010 1001110 11011110 10000 1000001 0 1101 100011101 1000101 111011

Color Harmonies of #BA4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EDE

Black with #BA4EDE

Text Example


Text Example

White with #BA4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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