Html Css Color HEX #BA42EF Medium Orchid

📋 copy color: '#BA42EF'

red 186 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #BA42EF

Tints of Medium Orchid #BA42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 37.88%
G = 13.44%
B = 48.68%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA42EF (or 0xBA42EF) is known color: Medium Orchid. HEX triplet: BA, 42 and EF. RGB value is (186,66,239). Sum of RGB (Red+Green+Blue) = 186+66+239=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42EF is #45BD10. Grayscale: #797979. Windows color (decimal): -4570385 or 15680186. OLE color: 15680186.

HSL color Cylindrical-coordinate representation of color #BA42EF: hue angle of 281.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA42EF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 66 239 -
CMYK 0.22 0.72 0 0.06
HSL 281.62º 0.84% 0.6% -
HSV(B) 281.62º 0.72% 0.94% -
XYZ 37.78 20.57 83.64 -
YUV 121.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 186 66 239 0.22 0.72 0 0.06 281.62 0.84 0.6
Hex BA 42 EF 16 48 0 6 11A 54 3C
Octal 272 102 357 26 110 0 6 432 124 74
Binary 10111010 1000010 11101111 10110 1001000 0 110 100011010 1010100 111100

Color Harmonies of #BA42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42EF

Black with #BA42EF

Text Example


Text Example

White with #BA42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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