Html Css Color HEX #BA3CDF Medium Orchid

📋 copy color: '#BA3CDF'

red 186 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #BA3CDF

Tints of Medium Orchid #BA3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.79%

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

R = 39.66%
G = 12.79%
B = 47.55%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3CDF (or 0xBA3CDF) is known color: Medium Orchid. HEX triplet: BA, 3C and DF. RGB value is (186,60,223). Sum of RGB (Red+Green+Blue) = 186+60+223=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CDF is #45C320. Grayscale: #737373. Windows color (decimal): -4571937 or 14630074. OLE color: 14630074.

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

Color convert

RGB 186 60 223 -
CMYK 0.17 0.73 0 0.13
HSL 286.38º 0.72% 0.55% -
HSV(B) 286.38º 0.73% 0.87% -
XYZ 35.18 19 71.62 -
YUV 116.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 186 60 223 0.17 0.73 0 0.13 286.38 0.72 0.55
Hex BA 3C DF 11 49 0 D 11E 48 37
Octal 272 74 337 21 111 0 15 436 110 67
Binary 10111010 111100 11011111 10001 1001001 0 1101 100011110 1001000 110111

Color Harmonies of #BA3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CDF

Black with #BA3CDF

Text Example


Text Example

White with #BA3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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