Html Css Color HEX #BA43CA Medium Orchid

📋 copy color: '#BA43CA'

red 186 ◦ green 67 ◦ blue 202

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

Shades of Medium Orchid #BA43CA

Tints of Medium Orchid #BA43CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.4%

R = 40.88%
G = 14.73%
B = 44.4%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA43CA (or 0xBA43CA) is known color: Medium Orchid. HEX triplet: BA, 43 and CA. RGB value is (186,67,202). Sum of RGB (Red+Green+Blue) = 186+67+202=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CA is #45BC35. Grayscale: #757575. Windows color (decimal): -4570166 or 13255610. OLE color: 13255610.

HSL color Cylindrical-coordinate representation of color #BA43CA: hue angle of 292.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA43CA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 67 202 -
CMYK 0.08 0.67 0 0.21
HSL 292.89º 0.56% 0.53% -
HSV(B) 292.89º 0.67% 0.79% -
XYZ 32.92 18.72 57.76 -
YUV 117.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 186 67 202 0.08 0.67 0 0.21 292.89 0.56 0.53
Hex BA 43 CA 8 43 0 15 125 38 35
Octal 272 103 312 10 103 0 25 445 70 65
Binary 10111010 1000011 11001010 1000 1000011 0 10101 100100101 111000 110101

Color Harmonies of #BA43CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43CA

Black with #BA43CA

Text Example


Text Example

White with #BA43CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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