Html Css Color HEX #BC4DCD Medium Orchid

📋 copy color: '#BC4DCD'

red 188 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #BC4DCD

Tints of Medium Orchid #BC4DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 40%
G = 16.38%
B = 43.62%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC4DCD (or 0xBC4DCD) is known color: Medium Orchid. HEX triplet: BC, 4D and CD. RGB value is (188,77,205). Sum of RGB (Red+Green+Blue) = 188+77+205=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DCD is #43B232. Grayscale: #7C7C7C. Windows color (decimal): -4436531 or 13454780. OLE color: 13454780.

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

Color convert

RGB 188 77 205 -
CMYK 0.08 0.62 0 0.20
HSL 292.03º 0.56% 0.55% -
HSV(B) 292.03º 0.62% 0.8% -
XYZ 34.41 20.41 59.88 -
YUV 124.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 188 77 205 0.08 0.62 0 0.20 292.03 0.56 0.55
Hex BC 4D CD 8 3E 0 14 124 38 37
Octal 274 115 315 10 76 0 24 444 70 67
Binary 10111100 1001101 11001101 1000 111110 0 10100 100100100 111000 110111

Color Harmonies of #BC4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DCD

Black with #BC4DCD

Text Example


Text Example

White with #BC4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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