Html Css Color HEX #BA4DCA Medium Orchid

📋 copy color: '#BA4DCA'

red 186 ◦ green 77 ◦ blue 202

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

Shades of Medium Orchid #BA4DCA

Tints of Medium Orchid #BA4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

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

R = 40%
G = 16.56%
B = 43.44%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4DCA (or 0xBA4DCA) is known color: Medium Orchid. HEX triplet: BA, 4D and CA. RGB value is (186,77,202). Sum of RGB (Red+Green+Blue) = 186+77+202=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCA is #45B235. Grayscale: #7B7B7B. Windows color (decimal): -4567606 or 13258170. OLE color: 13258170.

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

Color convert

RGB 186 77 202 -
CMYK 0.08 0.62 0 0.21
HSL 292.32º 0.54% 0.55% -
HSV(B) 292.32º 0.62% 0.79% -
XYZ 33.56 20.01 57.97 -
YUV 123.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 186 77 202 0.08 0.62 0 0.21 292.32 0.54 0.55
Hex BA 4D CA 8 3E 0 15 124 36 37
Octal 272 115 312 10 76 0 25 444 66 67
Binary 10111010 1001101 11001010 1000 111110 0 10101 100100100 110110 110111

Color Harmonies of #BA4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DCA

Black with #BA4DCA

Text Example


Text Example

White with #BA4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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