Html Css Color HEX #BA42EC Medium Orchid

📋 copy color: '#BA42EC'

red 186 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #BA42EC

Tints of Medium Orchid #BA42EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.52%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 38.11%
G = 13.52%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA42EC (or 0xBA42EC) is known color: Medium Orchid. HEX triplet: BA, 42 and EC. RGB value is (186,66,236). Sum of RGB (Red+Green+Blue) = 186+66+236=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42EC is #45BD13. Grayscale: #787878. Windows color (decimal): -4570388 or 15483578. OLE color: 15483578.

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

Color convert

RGB 186 66 236 -
CMYK 0.21 0.72 0 0.07
HSL 282.35º 0.82% 0.59% -
HSV(B) 282.35º 0.72% 0.93% -
XYZ 37.34 20.39 81.32 -
YUV 121.26 192.76 174.18 -
System Red Green Blue C M Y K H S L
Decimal 186 66 236 0.21 0.72 0 0.07 282.35 0.82 0.59
Hex BA 42 EC 15 48 0 7 11A 52 3B
Octal 272 102 354 25 110 0 7 432 122 73
Binary 10111010 1000010 11101100 10101 1001000 0 111 100011010 1010010 111011

Color Harmonies of #BA42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42EC

Black with #BA42EC

Text Example


Text Example

White with #BA42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42EC; }

 p { color: rgb(186,66,236); }

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

background-color css

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

 a { background-color: rgb(186,66,236); }

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

border-color css

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

 span { border-color: rgb(186,66,236); }

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