Html Css Color HEX #BA43CE Medium Orchid

📋 copy color: '#BA43CE'

red 186 ◦ green 67 ◦ blue 206

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

Shades of Medium Orchid #BA43CE

Tints of Medium Orchid #BA43CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.6%

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

R = 40.52%
G = 14.6%
B = 44.88%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA43CE (or 0xBA43CE) is known color: Medium Orchid. HEX triplet: BA, 43 and CE. RGB value is (186,67,206). Sum of RGB (Red+Green+Blue) = 186+67+206=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CE is #45BC31. Grayscale: #757575. Windows color (decimal): -4570162 or 13517754. OLE color: 13517754.

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

Color convert

RGB 186 67 206 -
CMYK 0.10 0.67 0 0.19
HSL 291.37º 0.59% 0.54% -
HSV(B) 291.37º 0.67% 0.81% -
XYZ 33.4 18.91 60.28 -
YUV 118.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 186 67 206 0.10 0.67 0 0.19 291.37 0.59 0.54
Hex BA 43 CE A 43 0 13 123 3B 36
Octal 272 103 316 12 103 0 23 443 73 66
Binary 10111010 1000011 11001110 1010 1000011 0 10011 100100011 111011 110110

Color Harmonies of #BA43CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43CE

Black with #BA43CE

Text Example


Text Example

White with #BA43CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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