Html Css Color HEX #BC4ADC Medium Orchid

📋 copy color: '#BC4ADC'

red 188 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #BC4ADC

Tints of Medium Orchid #BC4ADC

RGB

 RED value IS 188 (73.83% from 255) = 39%

 GREEN value IS 74 (29.3% from 255) = 15.35%

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

R = 39%
G = 15.35%
B = 45.64%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC4ADC (or 0xBC4ADC) is known color: Medium Orchid. HEX triplet: BC, 4A and DC. RGB value is (188,74,220). Sum of RGB (Red+Green+Blue) = 188+74+220=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ADC is #43B523. Grayscale: #7C7C7C. Windows color (decimal): -4437284 or 14437052. OLE color: 14437052.

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

Color convert

RGB 188 74 220 -
CMYK 0.15 0.66 0 0.14
HSL 286.85º 0.68% 0.58% -
HSV(B) 286.85º 0.66% 0.86% -
XYZ 36.11 20.76 69.81 -
YUV 124.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 188 74 220 0.15 0.66 0 0.14 286.85 0.68 0.58
Hex BC 4A DC F 42 0 E 11F 44 3A
Octal 274 112 334 17 102 0 16 437 104 72
Binary 10111100 1001010 11011100 1111 1000010 0 1110 100011111 1000100 111010

Color Harmonies of #BC4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ADC

Black with #BC4ADC

Text Example


Text Example

White with #BC4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ADC; }

 p { color: rgb(188,74,220); }

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

background-color css

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

 a { background-color: rgb(188,74,220); }

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

border-color css

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

 span { border-color: rgb(188,74,220); }

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