Html Css Color HEX #BA42D8 Medium Orchid

📋 copy color: '#BA42D8'

red 186 ◦ green 66 ◦ blue 216

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

Shades of Medium Orchid #BA42D8

Tints of Medium Orchid #BA42D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 39.74%
G = 14.1%
B = 46.15%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA42D8 (or 0xBA42D8) is known color: Medium Orchid. HEX triplet: BA, 42 and D8. RGB value is (186,66,216). Sum of RGB (Red+Green+Blue) = 186+66+216=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA42D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42D8 is #45BD27. Grayscale: #767676. Windows color (decimal): -4570408 or 14172858. OLE color: 14172858.

HSL color Cylindrical-coordinate representation of color #BA42D8: hue angle of 288º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA42D8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 66 216 -
CMYK 0.14 0.69 0 0.15
HSL 288º 0.66% 0.55% -
HSV(B) 288º 0.69% 0.85% -
XYZ 34.59 19.29 66.87 -
YUV 118.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 186 66 216 0.14 0.69 0 0.15 288 0.66 0.55
Hex BA 42 D8 E 45 0 F 120 42 37
Octal 272 102 330 16 105 0 17 440 102 67
Binary 10111010 1000010 11011000 1110 1000101 0 1111 100100000 1000010 110111

Color Harmonies of #BA42D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42D8

Black with #BA42D8

Text Example


Text Example

White with #BA42D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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