Html Css Color HEX #BC73DD Medium Orchid

📋 copy color: '#BC73DD'

red 188 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #BC73DD

Tints of Medium Orchid #BC73DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.95%

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

R = 35.88%
G = 21.95%
B = 42.18%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC73DD (or 0xBC73DD) is known color: Medium Orchid. HEX triplet: BC, 73 and DD. RGB value is (188,115,221). Sum of RGB (Red+Green+Blue) = 188+115+221=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73DD is #438C22. Grayscale: #949494. Windows color (decimal): -4426787 or 14513084. OLE color: 14513084.

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

Color convert

RGB 188 115 221 -
CMYK 0.15 0.48 0 0.13
HSL 281.32º 0.61% 0.66% -
HSV(B) 281.32º 0.48% 0.87% -
XYZ 39.92 28.17 71.74 -
YUV 148.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 188 115 221 0.15 0.48 0 0.13 281.32 0.61 0.66
Hex BC 73 DD F 30 0 D 119 3D 42
Octal 274 163 335 17 60 0 15 431 75 102
Binary 10111100 1110011 11011101 1111 110000 0 1101 100011001 111101 1000010

Color Harmonies of #BC73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC73DD

Black with #BC73DD

Text Example


Text Example

White with #BC73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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