Html Css Color HEX #BA3CD4 Medium Orchid

📋 copy color: '#BA3CD4'

red 186 ◦ green 60 ◦ blue 212

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

Shades of Medium Orchid #BA3CD4

Tints of Medium Orchid #BA3CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.29%

R = 40.61%
G = 13.1%
B = 46.29%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BA3CD4 (or 0xBA3CD4) is known color: Medium Orchid. HEX triplet: BA, 3C and D4. RGB value is (186,60,212). Sum of RGB (Red+Green+Blue) = 186+60+212=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA3CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CD4 is #45C32B. Grayscale: #727272. Windows color (decimal): -4571948 or 13909178. OLE color: 13909178.

HSL color Cylindrical-coordinate representation of color #BA3CD4: hue angle of 289.74º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3CD4 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 60 212 -
CMYK 0.12 0.72 0 0.17
HSL 289.74º 0.64% 0.53% -
HSV(B) 289.74º 0.72% 0.83% -
XYZ 33.75 18.42 64.06 -
YUV 115 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 186 60 212 0.12 0.72 0 0.17 289.74 0.64 0.53
Hex BA 3C D4 C 48 0 11 122 40 35
Octal 272 74 324 14 110 0 21 442 100 65
Binary 10111010 111100 11010100 1100 1001000 0 10001 100100010 1000000 110101

Color Harmonies of #BA3CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CD4

Black with #BA3CD4

Text Example


Text Example

White with #BA3CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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