Html Css Color HEX #BA42DE Medium Orchid

📋 copy color: '#BA42DE'

red 186 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #BA42DE

Tints of Medium Orchid #BA42DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 39.24%
G = 13.92%
B = 46.84%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA42DE (or 0xBA42DE) is known color: Medium Orchid. HEX triplet: BA, 42 and DE. RGB value is (186,66,222). Sum of RGB (Red+Green+Blue) = 186+66+222=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA42DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42DE is #45BD21. Grayscale: #777777. Windows color (decimal): -4570402 or 14566074. OLE color: 14566074.

HSL color Cylindrical-coordinate representation of color #BA42DE: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA42DE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 66 222 -
CMYK 0.16 0.70 0 0.13
HSL 286.15º 0.7% 0.56% -
HSV(B) 286.15º 0.7% 0.87% -
XYZ 35.38 19.61 71.03 -
YUV 119.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 186 66 222 0.16 0.70 0 0.13 286.15 0.7 0.56
Hex BA 42 DE 10 46 0 D 11E 46 38
Octal 272 102 336 20 106 0 15 436 106 70
Binary 10111010 1000010 11011110 10000 1000110 0 1101 100011110 1000110 111000

Color Harmonies of #BA42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42DE

Black with #BA42DE

Text Example


Text Example

White with #BA42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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