Html Css Color HEX #BC3CDD Medium Orchid

📋 copy color: '#BC3CDD'

red 188 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #BC3CDD

Tints of Medium Orchid #BC3CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 40.09%
G = 12.79%
B = 47.12%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC3CDD (or 0xBC3CDD) is known color: Medium Orchid. HEX triplet: BC, 3C and DD. RGB value is (188,60,221). Sum of RGB (Red+Green+Blue) = 188+60+221=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CDD is #43C322. Grayscale: #747474. Windows color (decimal): -4440867 or 14499004. OLE color: 14499004.

HSL color Cylindrical-coordinate representation of color #BC3CDD: hue angle of 287.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3CDD is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 60 221 -
CMYK 0.15 0.73 0 0.13
HSL 287.7º 0.7% 0.55% -
HSV(B) 287.7º 0.73% 0.87% -
XYZ 35.41 19.14 70.24 -
YUV 116.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 188 60 221 0.15 0.73 0 0.13 287.7 0.7 0.55
Hex BC 3C DD F 49 0 D 120 46 37
Octal 274 74 335 17 111 0 15 440 106 67
Binary 10111100 111100 11011101 1111 1001001 0 1101 100100000 1000110 110111

Color Harmonies of #BC3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CDD

Black with #BC3CDD

Text Example


Text Example

White with #BC3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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