Html Css Color HEX #BC32CD Medium Orchid

📋 copy color: '#BC32CD'

red 188 ◦ green 50 ◦ blue 205

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

Shades of Medium Orchid #BC32CD

Tints of Medium Orchid #BC32CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 42.44%
G = 11.29%
B = 46.28%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC32CD (or 0xBC32CD) is known color: Medium Orchid. HEX triplet: BC, 32 and CD. RGB value is (188,50,205). Sum of RGB (Red+Green+Blue) = 188+50+205=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CD is #43CD32. Grayscale: #6C6C6C. Windows color (decimal): -4443443 or 13447868. OLE color: 13447868.

HSL color Cylindrical-coordinate representation of color #BC32CD: hue angle of 293.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC32CD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 50 205 -
CMYK 0.08 0.76 0 0.20
HSL 293.42º 0.61% 0.5% -
HSV(B) 293.42º 0.76% 0.8% -
XYZ 32.9 17.38 59.38 -
YUV 108.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 188 50 205 0.08 0.76 0 0.20 293.42 0.61 0.5
Hex BC 32 CD 8 4C 0 14 125 3D 32
Octal 274 62 315 10 114 0 24 445 75 62
Binary 10111100 110010 11001101 1000 1001100 0 10100 100100101 111101 110010

Color Harmonies of #BC32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32CD

Black with #BC32CD

Text Example


Text Example

White with #BC32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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