Html Css Color HEX #BC57DD Medium Orchid

📋 copy color: '#BC57DD'

red 188 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #BC57DD

Tints of Medium Orchid #BC57DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.54%

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

R = 37.9%
G = 17.54%
B = 44.56%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC57DD (or 0xBC57DD) is known color: Medium Orchid. HEX triplet: BC, 57 and DD. RGB value is (188,87,221). Sum of RGB (Red+Green+Blue) = 188+87+221=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DD is #43A822. Grayscale: #848484. Windows color (decimal): -4433955 or 14505916. OLE color: 14505916.

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

Color convert

RGB 188 87 221 -
CMYK 0.15 0.61 0 0.13
HSL 285.22º 0.66% 0.6% -
HSV(B) 285.22º 0.61% 0.87% -
XYZ 37.2 22.73 70.83 -
YUV 132.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 188 87 221 0.15 0.61 0 0.13 285.22 0.66 0.6
Hex BC 57 DD F 3D 0 D 11D 42 3C
Octal 274 127 335 17 75 0 15 435 102 74
Binary 10111100 1010111 11011101 1111 111101 0 1101 100011101 1000010 111100

Color Harmonies of #BC57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57DD

Black with #BC57DD

Text Example


Text Example

White with #BC57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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