Html Css Color HEX #BA42DA Medium Orchid

📋 copy color: '#BA42DA'

red 186 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #BA42DA

Tints of Medium Orchid #BA42DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 39.57%
G = 14.04%
B = 46.38%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA42DA (or 0xBA42DA) is known color: Medium Orchid. HEX triplet: BA, 42 and DA. RGB value is (186,66,218). Sum of RGB (Red+Green+Blue) = 186+66+218=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42DA is #45BD25. Grayscale: #767676. Windows color (decimal): -4570406 or 14303930. OLE color: 14303930.

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

Color convert

RGB 186 66 218 -
CMYK 0.15 0.70 0 0.15
HSL 287.37º 0.67% 0.56% -
HSV(B) 287.37º 0.7% 0.85% -
XYZ 34.85 19.4 68.24 -
YUV 119.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 186 66 218 0.15 0.70 0 0.15 287.37 0.67 0.56
Hex BA 42 DA F 46 0 F 11F 43 38
Octal 272 102 332 17 106 0 17 437 103 70
Binary 10111010 1000010 11011010 1111 1000110 0 1111 100011111 1000011 111000

Color Harmonies of #BA42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42DA

Black with #BA42DA

Text Example


Text Example

White with #BA42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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