Html Css Color HEX #BA46CA Medium Orchid

📋 copy color: '#BA46CA'

red 186 ◦ green 70 ◦ blue 202

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

Shades of Medium Orchid #BA46CA

Tints of Medium Orchid #BA46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

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

R = 40.61%
G = 15.28%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA46CA (or 0xBA46CA) is known color: Medium Orchid. HEX triplet: BA, 46 and CA. RGB value is (186,70,202). Sum of RGB (Red+Green+Blue) = 186+70+202=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CA is #45B935. Grayscale: #777777. Windows color (decimal): -4569398 or 13256378. OLE color: 13256378.

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

Color convert

RGB 186 70 202 -
CMYK 0.08 0.65 0 0.21
HSL 292.73º 0.55% 0.53% -
HSV(B) 292.73º 0.65% 0.79% -
XYZ 33.1 19.08 57.82 -
YUV 119.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 186 70 202 0.08 0.65 0 0.21 292.73 0.55 0.53
Hex BA 46 CA 8 41 0 15 125 37 35
Octal 272 106 312 10 101 0 25 445 67 65
Binary 10111010 1000110 11001010 1000 1000001 0 10101 100100101 110111 110101

Color Harmonies of #BA46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46CA

Black with #BA46CA

Text Example


Text Example

White with #BA46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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