Html Css Color HEX #BA4CDF Medium Orchid

📋 copy color: '#BA4CDF'

red 186 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #BA4CDF

Tints of Medium Orchid #BA4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 38.35%
G = 15.67%
B = 45.98%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA4CDF (or 0xBA4CDF) is known color: Medium Orchid. HEX triplet: BA, 4C and DF. RGB value is (186,76,223). Sum of RGB (Red+Green+Blue) = 186+76+223=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CDF is #45B320. Grayscale: #7D7D7D. Windows color (decimal): -4567841 or 14634170. OLE color: 14634170.

HSL color Cylindrical-coordinate representation of color #BA4CDF: hue angle of 284.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4CDF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 76 223 -
CMYK 0.17 0.66 0 0.13
HSL 284.9º 0.7% 0.59% -
HSV(B) 284.9º 0.66% 0.87% -
XYZ 36.15 20.94 71.95 -
YUV 125.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 186 76 223 0.17 0.66 0 0.13 284.9 0.7 0.59
Hex BA 4C DF 11 42 0 D 11D 46 3B
Octal 272 114 337 21 102 0 15 435 106 73
Binary 10111010 1001100 11011111 10001 1000010 0 1101 100011101 1000110 111011

Color Harmonies of #BA4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CDF

Black with #BA4CDF

Text Example


Text Example

White with #BA4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CDF; }

 p { color: rgb(186,76,223); }

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

background-color css

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

 a { background-color: rgb(186,76,223); }

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

border-color css

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

 span { border-color: rgb(186,76,223); }

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