Html Css Color HEX #BA4FCA Medium Orchid

📋 copy color: '#BA4FCA'

red 186 ◦ green 79 ◦ blue 202

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

Shades of Medium Orchid #BA4FCA

Tints of Medium Orchid #BA4FCA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

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

R = 39.83%
G = 16.92%
B = 43.25%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4FCA (or 0xBA4FCA) is known color: Medium Orchid. HEX triplet: BA, 4F and CA. RGB value is (186,79,202). Sum of RGB (Red+Green+Blue) = 186+79+202=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FCA is #45B035. Grayscale: #7C7C7C. Windows color (decimal): -4567094 or 13258682. OLE color: 13258682.

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

Color convert

RGB 186 79 202 -
CMYK 0.08 0.61 0 0.21
HSL 292.2º 0.54% 0.55% -
HSV(B) 292.2º 0.61% 0.79% -
XYZ 33.71 20.3 58.02 -
YUV 125.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 186 79 202 0.08 0.61 0 0.21 292.2 0.54 0.55
Hex BA 4F CA 8 3D 0 15 124 36 37
Octal 272 117 312 10 75 0 25 444 66 67
Binary 10111010 1001111 11001010 1000 111101 0 10101 100100100 110110 110111

Color Harmonies of #BA4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FCA

Black with #BA4FCA

Text Example


Text Example

White with #BA4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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