Html Css Color HEX #BC3DCD Medium Orchid

📋 copy color: '#BC3DCD'

red 188 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #BC3DCD

Tints of Medium Orchid #BC3DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.44%

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

R = 41.41%
G = 13.44%
B = 45.15%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC3DCD (or 0xBC3DCD) is known color: Medium Orchid. HEX triplet: BC, 3D and CD. RGB value is (188,61,205). Sum of RGB (Red+Green+Blue) = 188+61+205=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC3DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DCD is #43C232. Grayscale: #727272. Windows color (decimal): -4440627 or 13450684. OLE color: 13450684.

HSL color Cylindrical-coordinate representation of color #BC3DCD: hue angle of 292.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3DCD is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 61 205 -
CMYK 0.08 0.70 0 0.20
HSL 292.92º 0.59% 0.52% -
HSV(B) 292.92º 0.7% 0.8% -
XYZ 33.43 18.44 59.55 -
YUV 115.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 188 61 205 0.08 0.70 0 0.20 292.92 0.59 0.52
Hex BC 3D CD 8 46 0 14 125 3B 34
Octal 274 75 315 10 106 0 24 445 73 64
Binary 10111100 111101 11001101 1000 1000110 0 10100 100100101 111011 110100

Color Harmonies of #BC3DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DCD

Black with #BC3DCD

Text Example


Text Example

White with #BC3DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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