Html Css Color HEX #BC40DD Medium Orchid

📋 copy color: '#BC40DD'

red 188 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #BC40DD

Tints of Medium Orchid #BC40DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 39.75%
G = 13.53%
B = 46.72%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC40DD (or 0xBC40DD) is known color: Medium Orchid. HEX triplet: BC, 40 and DD. RGB value is (188,64,221). Sum of RGB (Red+Green+Blue) = 188+64+221=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DD is #43BF22. Grayscale: #767676. Windows color (decimal): -4439843 or 14500028. OLE color: 14500028.

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

Color convert

RGB 188 64 221 -
CMYK 0.15 0.71 0 0.13
HSL 287.39º 0.7% 0.56% -
HSV(B) 287.39º 0.71% 0.87% -
XYZ 35.62 19.58 70.31 -
YUV 118.97 185.58 177.23 -
System Red Green Blue C M Y K H S L
Decimal 188 64 221 0.15 0.71 0 0.13 287.39 0.7 0.56
Hex BC 40 DD F 47 0 D 11F 46 38
Octal 274 100 335 17 107 0 15 437 106 70
Binary 10111100 1000000 11011101 1111 1000111 0 1101 100011111 1000110 111000

Color Harmonies of #BC40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40DD

Black with #BC40DD

Text Example


Text Example

White with #BC40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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