Html Css Color HEX #BC59DD Medium Orchid

📋 copy color: '#BC59DD'

red 188 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #BC59DD

Tints of Medium Orchid #BC59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.87%

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

R = 37.75%
G = 17.87%
B = 44.38%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC59DD (or 0xBC59DD) is known color: Medium Orchid. HEX triplet: BC, 59 and DD. RGB value is (188,89,221). Sum of RGB (Red+Green+Blue) = 188+89+221=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC59DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59DD is #43A622. Grayscale: #858585. Windows color (decimal): -4433443 or 14506428. OLE color: 14506428.

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

Color convert

RGB 188 89 221 -
CMYK 0.15 0.60 0 0.13
HSL 285º 0.66% 0.61% -
HSV(B) 285º 0.6% 0.87% -
XYZ 37.36 23.06 70.89 -
YUV 133.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 188 89 221 0.15 0.60 0 0.13 285 0.66 0.61
Hex BC 59 DD F 3C 0 D 11D 42 3D
Octal 274 131 335 17 74 0 15 435 102 75
Binary 10111100 1011001 11011101 1111 111100 0 1101 100011101 1000010 111101

Color Harmonies of #BC59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59DD

Black with #BC59DD

Text Example


Text Example

White with #BC59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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