Html Css Color HEX #BC32DC Medium Orchid

📋 copy color: '#BC32DC'

red 188 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #BC32DC

Tints of Medium Orchid #BC32DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.92%

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

R = 41.05%
G = 10.92%
B = 48.03%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC32DC (or 0xBC32DC) is known color: Medium Orchid. HEX triplet: BC, 32 and DC. RGB value is (188,50,220). Sum of RGB (Red+Green+Blue) = 188+50+220=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DC is #43CD23. Grayscale: #6E6E6E. Windows color (decimal): -4443428 or 14430908. OLE color: 14430908.

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

Color convert

RGB 188 50 220 -
CMYK 0.15 0.77 0 0.14
HSL 288.71º 0.71% 0.53% -
HSV(B) 288.71º 0.77% 0.86% -
XYZ 34.8 18.14 69.38 -
YUV 110.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 188 50 220 0.15 0.77 0 0.14 288.71 0.71 0.53
Hex BC 32 DC F 4D 0 E 121 47 35
Octal 274 62 334 17 115 0 16 441 107 65
Binary 10111100 110010 11011100 1111 1001101 0 1110 100100001 1000111 110101

Color Harmonies of #BC32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32DC

Black with #BC32DC

Text Example


Text Example

White with #BC32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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