Html Css Color HEX #BA3FDC Medium Orchid

📋 copy color: '#BA3FDC'

red 186 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #BA3FDC

Tints of Medium Orchid #BA3FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.43%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 39.66%
G = 13.43%
B = 46.91%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA3FDC (or 0xBA3FDC) is known color: Medium Orchid. HEX triplet: BA, 3F and DC. RGB value is (186,63,220). Sum of RGB (Red+Green+Blue) = 186+63+220=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FDC is #45C023. Grayscale: #757575. Windows color (decimal): -4571172 or 14434234. OLE color: 14434234.

HSL color Cylindrical-coordinate representation of color #BA3FDC: hue angle of 287.01º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3FDC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 63 220 -
CMYK 0.15 0.71 0 0.14
HSL 287.01º 0.69% 0.55% -
HSV(B) 287.01º 0.71% 0.86% -
XYZ 34.95 19.16 69.57 -
YUV 117.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 186 63 220 0.15 0.71 0 0.14 287.01 0.69 0.55
Hex BA 3F DC F 47 0 E 11F 45 37
Octal 272 77 334 17 107 0 16 437 105 67
Binary 10111010 111111 11011100 1111 1000111 0 1110 100011111 1000101 110111

Color Harmonies of #BA3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FDC

Black with #BA3FDC

Text Example


Text Example

White with #BA3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FDC; }

 p { color: rgb(186,63,220); }

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

background-color css

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

 a { background-color: rgb(186,63,220); }

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

border-color css

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

 span { border-color: rgb(186,63,220); }

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