Html Css Color HEX #BA38ED Medium Orchid

📋 copy color: '#BA38ED'

red 186 ◦ green 56 ◦ blue 237

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

Shades of Medium Orchid #BA38ED

Tints of Medium Orchid #BA38ED

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.69%

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

R = 38.83%
G = 11.69%
B = 49.48%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA38ED (or 0xBA38ED) is known color: Medium Orchid. HEX triplet: BA, 38 and ED. RGB value is (186,56,237). Sum of RGB (Red+Green+Blue) = 186+56+237=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA38ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA38ED is #45C712. Grayscale: #727272. Windows color (decimal): -4572947 or 15546554. OLE color: 15546554.

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

Color convert

RGB 186 56 237 -
CMYK 0.22 0.76 0 0.07
HSL 283.09º 0.83% 0.57% -
HSV(B) 283.09º 0.76% 0.93% -
XYZ 36.95 19.38 81.91 -
YUV 115.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 186 56 237 0.22 0.76 0 0.07 283.09 0.83 0.57
Hex BA 38 ED 16 4C 0 7 11B 53 39
Octal 272 70 355 26 114 0 7 433 123 71
Binary 10111010 111000 11101101 10110 1001100 0 111 100011011 1010011 111001

Color Harmonies of #BA38ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38ED

Black with #BA38ED

Text Example


Text Example

White with #BA38ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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