Html Css Color HEX #BA3CDA Medium Orchid

📋 copy color: '#BA3CDA'

red 186 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #BA3CDA

Tints of Medium Orchid #BA3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 40.09%
G = 12.93%
B = 46.98%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA3CDA (or 0xBA3CDA) is known color: Medium Orchid. HEX triplet: BA, 3C and DA. RGB value is (186,60,218). Sum of RGB (Red+Green+Blue) = 186+60+218=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CDA is #45C325. Grayscale: #737373. Windows color (decimal): -4571942 or 14302394. OLE color: 14302394.

HSL color Cylindrical-coordinate representation of color #BA3CDA: hue angle of 287.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3CDA is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 60 218 -
CMYK 0.15 0.72 0 0.15
HSL 287.85º 0.68% 0.55% -
HSV(B) 287.85º 0.72% 0.85% -
XYZ 34.52 18.73 68.13 -
YUV 115.69 185.74 178.15 -
System Red Green Blue C M Y K H S L
Decimal 186 60 218 0.15 0.72 0 0.15 287.85 0.68 0.55
Hex BA 3C DA F 48 0 F 120 44 37
Octal 272 74 332 17 110 0 17 440 104 67
Binary 10111010 111100 11011010 1111 1001000 0 1111 100100000 1000100 110111

Color Harmonies of #BA3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CDA

Black with #BA3CDA

Text Example


Text Example

White with #BA3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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