Html Css Color HEX #BC3CCD Medium Orchid

📋 copy color: '#BC3CCD'

red 188 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #BC3CCD

Tints of Medium Orchid #BC3CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

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

R = 41.5%
G = 13.25%
B = 45.25%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC3CCD (or 0xBC3CCD) is known color: Medium Orchid. HEX triplet: BC, 3C and CD. RGB value is (188,60,205). Sum of RGB (Red+Green+Blue) = 188+60+205=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC3CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CCD is #43C332. Grayscale: #727272. Windows color (decimal): -4440883 or 13450428. OLE color: 13450428.

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

Color convert

RGB 188 60 205 -
CMYK 0.08 0.71 0 0.20
HSL 292.97º 0.59% 0.52% -
HSV(B) 292.97º 0.71% 0.8% -
XYZ 33.37 18.33 59.54 -
YUV 114.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 188 60 205 0.08 0.71 0 0.20 292.97 0.59 0.52
Hex BC 3C CD 8 47 0 14 125 3B 34
Octal 274 74 315 10 107 0 24 445 73 64
Binary 10111100 111100 11001101 1000 1000111 0 10100 100100101 111011 110100

Color Harmonies of #BC3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CCD

Black with #BC3CCD

Text Example


Text Example

White with #BC3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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