Html Css Color HEX #BA42CE Medium Orchid

📋 copy color: '#BA42CE'

red 186 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #BA42CE

Tints of Medium Orchid #BA42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 40.61%
G = 14.41%
B = 44.98%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA42CE (or 0xBA42CE) is known color: Medium Orchid. HEX triplet: BA, 42 and CE. RGB value is (186,66,206). Sum of RGB (Red+Green+Blue) = 186+66+206=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42CE is #45BD31. Grayscale: #757575. Windows color (decimal): -4570418 or 13517498. OLE color: 13517498.

HSL color Cylindrical-coordinate representation of color #BA42CE: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA42CE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 66 206 -
CMYK 0.10 0.68 0 0.19
HSL 291.43º 0.59% 0.53% -
HSV(B) 291.43º 0.68% 0.81% -
XYZ 33.34 18.79 60.26 -
YUV 117.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 186 66 206 0.10 0.68 0 0.19 291.43 0.59 0.53
Hex BA 42 CE A 44 0 13 123 3B 35
Octal 272 102 316 12 104 0 23 443 73 65
Binary 10111010 1000010 11001110 1010 1000100 0 10011 100100011 111011 110101

Color Harmonies of #BA42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42CE

Black with #BA42CE

Text Example


Text Example

White with #BA42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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