Html Css Color HEX #BA42ED Medium Orchid

📋 copy color: '#BA42ED'

red 186 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #BA42ED

Tints of Medium Orchid #BA42ED

RGB

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

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

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

R = 38.04%
G = 13.5%
B = 48.47%

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

#BA42ED (or 0xBA42ED) is known color: Medium Orchid. HEX triplet: BA, 42 and ED. RGB value is (186,66,237). Sum of RGB (Red+Green+Blue) = 186+66+237=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42ED is #45BD12. Grayscale: #787878. Windows color (decimal): -4570387 or 15549114. OLE color: 15549114.

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

Color convert

RGB 186 66 237 -
CMYK 0.22 0.72 0 0.07
HSL 282.11º 0.83% 0.59% -
HSV(B) 282.11º 0.72% 0.93% -
XYZ 37.48 20.45 82.09 -
YUV 121.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 186 66 237 0.22 0.72 0 0.07 282.11 0.83 0.59
Hex BA 42 ED 16 48 0 7 11A 53 3B
Octal 272 102 355 26 110 0 7 432 123 73
Binary 10111010 1000010 11101101 10110 1001000 0 111 100011010 1010011 111011

Color Harmonies of #BA42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42ED

Black with #BA42ED

Text Example


Text Example

White with #BA42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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