Html Css Color HEX #BA43ED Medium Orchid

📋 copy color: '#BA43ED'

red 186 ◦ green 67 ◦ blue 237

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

Shades of Medium Orchid #BA43ED

Tints of Medium Orchid #BA43ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.67%

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 37.96%
G = 13.67%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA43ED (or 0xBA43ED) is known color: Medium Orchid. HEX triplet: BA, 43 and ED. RGB value is (186,67,237). Sum of RGB (Red+Green+Blue) = 186+67+237=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43ED is #45BC12. Grayscale: #797979. Windows color (decimal): -4570131 or 15549370. OLE color: 15549370.

HSL color Cylindrical-coordinate representation of color #BA43ED: hue angle of 282º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA43ED is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 67 237 -
CMYK 0.22 0.72 0 0.07
HSL 282º 0.83% 0.6% -
HSV(B) 282º 0.72% 0.93% -
XYZ 37.54 20.57 82.11 -
YUV 121.96 192.92 173.68 -
System Red Green Blue C M Y K H S L
Decimal 186 67 237 0.22 0.72 0 0.07 282 0.83 0.6
Hex BA 43 ED 16 48 0 7 11A 53 3C
Octal 272 103 355 26 110 0 7 432 123 74
Binary 10111010 1000011 11101101 10110 1001000 0 111 100011010 1010011 111100

Color Harmonies of #BA43ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43ED

Black with #BA43ED

Text Example


Text Example

White with #BA43ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43ED; }

 p { color: rgb(186,67,237); }

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

background-color css

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

 a { background-color: rgb(186,67,237); }

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

border-color css

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

 span { border-color: rgb(186,67,237); }

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