Html Css Color HEX #BA4DED Medium Orchid

📋 copy color: '#BA4DED'

red 186 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #BA4DED

Tints of Medium Orchid #BA4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.4%

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

R = 37.2%
G = 15.4%
B = 47.4%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4DED (or 0xBA4DED) is known color: Medium Orchid. HEX triplet: BA, 4D and ED. RGB value is (186,77,237). Sum of RGB (Red+Green+Blue) = 186+77+237=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DED is #45B212. Grayscale: #7F7F7F. Windows color (decimal): -4567571 or 15551930. OLE color: 15551930.

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

Color convert

RGB 186 77 237 -
CMYK 0.22 0.68 0 0.07
HSL 280.88º 0.82% 0.62% -
HSV(B) 280.88º 0.68% 0.93% -
XYZ 38.19 21.86 82.33 -
YUV 127.83 189.61 169.49 -
System Red Green Blue C M Y K H S L
Decimal 186 77 237 0.22 0.68 0 0.07 280.88 0.82 0.62
Hex BA 4D ED 16 44 0 7 119 52 3E
Octal 272 115 355 26 104 0 7 431 122 76
Binary 10111010 1001101 11101101 10110 1000100 0 111 100011001 1010010 111110

Color Harmonies of #BA4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DED

Black with #BA4DED

Text Example


Text Example

White with #BA4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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