Html Css Color HEX #BA4BCA Medium Orchid

📋 copy color: '#BA4BCA'

red 186 ◦ green 75 ◦ blue 202

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

Shades of Medium Orchid #BA4BCA

Tints of Medium Orchid #BA4BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.2%

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

R = 40.17%
G = 16.2%
B = 43.63%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4BCA (or 0xBA4BCA) is known color: Medium Orchid. HEX triplet: BA, 4B and CA. RGB value is (186,75,202). Sum of RGB (Red+Green+Blue) = 186+75+202=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BCA is #45B435. Grayscale: #7A7A7A. Windows color (decimal): -4568118 or 13257658. OLE color: 13257658.

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

Color convert

RGB 186 75 202 -
CMYK 0.08 0.63 0 0.21
HSL 292.44º 0.55% 0.54% -
HSV(B) 292.44º 0.63% 0.79% -
XYZ 33.43 19.74 57.92 -
YUV 122.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 186 75 202 0.08 0.63 0 0.21 292.44 0.55 0.54
Hex BA 4B CA 8 3F 0 15 124 37 36
Octal 272 113 312 10 77 0 25 444 67 66
Binary 10111010 1001011 11001010 1000 111111 0 10101 100100100 110111 110110

Color Harmonies of #BA4BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BCA

Black with #BA4BCA

Text Example


Text Example

White with #BA4BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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