Html Css Color HEX #BC50DD Medium Orchid

📋 copy color: '#BC50DD'

red 188 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #BC50DD

Tints of Medium Orchid #BC50DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.36%

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

R = 38.45%
G = 16.36%
B = 45.19%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC50DD (or 0xBC50DD) is known color: Medium Orchid. HEX triplet: BC, 50 and DD. RGB value is (188,80,221). Sum of RGB (Red+Green+Blue) = 188+80+221=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50DD is #43AF22. Grayscale: #7F7F7F. Windows color (decimal): -4435747 or 14504124. OLE color: 14504124.

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

Color convert

RGB 188 80 221 -
CMYK 0.15 0.64 0 0.13
HSL 285.96º 0.67% 0.59% -
HSV(B) 285.96º 0.64% 0.87% -
XYZ 36.66 21.65 70.65 -
YUV 128.37 180.28 170.54 -
System Red Green Blue C M Y K H S L
Decimal 188 80 221 0.15 0.64 0 0.13 285.96 0.67 0.59
Hex BC 50 DD F 40 0 D 11E 43 3B
Octal 274 120 335 17 100 0 15 436 103 73
Binary 10111100 1010000 11011101 1111 1000000 0 1101 100011110 1000011 111011

Color Harmonies of #BC50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC50DD

Black with #BC50DD

Text Example


Text Example

White with #BC50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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