Html Css Color HEX #BC44CD Medium Orchid

📋 copy color: '#BC44CD'

red 188 ◦ green 68 ◦ blue 205

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

Shades of Medium Orchid #BC44CD

Tints of Medium Orchid #BC44CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.75%

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

R = 40.78%
G = 14.75%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC44CD (or 0xBC44CD) is known color: Medium Orchid. HEX triplet: BC, 44 and CD. RGB value is (188,68,205). Sum of RGB (Red+Green+Blue) = 188+68+205=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC44CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44CD is #43BB32. Grayscale: #777777. Windows color (decimal): -4438835 or 13452476. OLE color: 13452476.

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

Color convert

RGB 188 68 205 -
CMYK 0.08 0.67 0 0.20
HSL 292.55º 0.58% 0.54% -
HSV(B) 292.55º 0.67% 0.8% -
XYZ 33.83 19.23 59.69 -
YUV 119.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 188 68 205 0.08 0.67 0 0.20 292.55 0.58 0.54
Hex BC 44 CD 8 43 0 14 125 3A 36
Octal 274 104 315 10 103 0 24 445 72 66
Binary 10111100 1000100 11001101 1000 1000011 0 10100 100100101 111010 110110

Color Harmonies of #BC44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44CD

Black with #BC44CD

Text Example


Text Example

White with #BC44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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