Html Css Color HEX #BA45CA Medium Orchid

📋 copy color: '#BA45CA'

red 186 ◦ green 69 ◦ blue 202

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

Shades of Medium Orchid #BA45CA

Tints of Medium Orchid #BA45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.1%

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

R = 40.7%
G = 15.1%
B = 44.2%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA45CA (or 0xBA45CA) is known color: Medium Orchid. HEX triplet: BA, 45 and CA. RGB value is (186,69,202). Sum of RGB (Red+Green+Blue) = 186+69+202=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA45CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CA is #45BA35. Grayscale: #767676. Windows color (decimal): -4569654 or 13256122. OLE color: 13256122.

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

Color convert

RGB 186 69 202 -
CMYK 0.08 0.66 0 0.21
HSL 292.78º 0.56% 0.53% -
HSV(B) 292.78º 0.66% 0.79% -
XYZ 33.04 18.96 57.8 -
YUV 119.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 186 69 202 0.08 0.66 0 0.21 292.78 0.56 0.53
Hex BA 45 CA 8 42 0 15 125 38 35
Octal 272 105 312 10 102 0 25 445 70 65
Binary 10111010 1000101 11001010 1000 1000010 0 10101 100100101 111000 110101

Color Harmonies of #BA45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA45CA

Black with #BA45CA

Text Example


Text Example

White with #BA45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA45CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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