Html Css Color HEX #BA42EE Medium Orchid

📋 copy color: '#BA42EE'

red 186 ◦ green 66 ◦ blue 238

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

Shades of Medium Orchid #BA42EE

Tints of Medium Orchid #BA42EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 37.96%
G = 13.47%
B = 48.57%

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

#BA42EE (or 0xBA42EE) is known color: Medium Orchid. HEX triplet: BA, 42 and EE. RGB value is (186,66,238). Sum of RGB (Red+Green+Blue) = 186+66+238=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42EE is #45BD11. Grayscale: #787878. Windows color (decimal): -4570386 or 15614650. OLE color: 15614650.

HSL color Cylindrical-coordinate representation of color #BA42EE: hue angle of 281.86º 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 #BA42EE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 66 238 -
CMYK 0.22 0.72 0 0.07
HSL 281.86º 0.83% 0.6% -
HSV(B) 281.86º 0.72% 0.93% -
XYZ 37.63 20.51 82.86 -
YUV 121.49 193.76 174.01 -
System Red Green Blue C M Y K H S L
Decimal 186 66 238 0.22 0.72 0 0.07 281.86 0.83 0.6
Hex BA 42 EE 16 48 0 7 11A 53 3C
Octal 272 102 356 26 110 0 7 432 123 74
Binary 10111010 1000010 11101110 10110 1001000 0 111 100011010 1010011 111100

Color Harmonies of #BA42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42EE

Black with #BA42EE

Text Example


Text Example

White with #BA42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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