Html Css Color HEX #BC37CD Medium Orchid

📋 copy color: '#BC37CD'

red 188 ◦ green 55 ◦ blue 205

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

Shades of Medium Orchid #BC37CD

Tints of Medium Orchid #BC37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.28%

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

R = 41.96%
G = 12.28%
B = 45.76%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC37CD (or 0xBC37CD) is known color: Medium Orchid. HEX triplet: BC, 37 and CD. RGB value is (188,55,205). Sum of RGB (Red+Green+Blue) = 188+55+205=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC37CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37CD is #43C832. Grayscale: #6F6F6F. Windows color (decimal): -4442163 or 13449148. OLE color: 13449148.

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

Color convert

RGB 188 55 205 -
CMYK 0.08 0.73 0 0.20
HSL 293.2º 0.6% 0.51% -
HSV(B) 293.2º 0.73% 0.8% -
XYZ 33.12 17.83 59.45 -
YUV 111.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 188 55 205 0.08 0.73 0 0.20 293.2 0.6 0.51
Hex BC 37 CD 8 49 0 14 125 3C 33
Octal 274 67 315 10 111 0 24 445 74 63
Binary 10111100 110111 11001101 1000 1001001 0 10100 100100101 111100 110011

Color Harmonies of #BC37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37CD

Black with #BC37CD

Text Example


Text Example

White with #BC37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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