Html Css Color HEX #BC55DF Medium Orchid

📋 copy color: '#BC55DF'

red 188 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #BC55DF

Tints of Medium Orchid #BC55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 37.9%
G = 17.14%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC55DF (or 0xBC55DF) is known color: Medium Orchid. HEX triplet: BC, 55 and DF. RGB value is (188,85,223). Sum of RGB (Red+Green+Blue) = 188+85+223=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55DF is #43AA20. Grayscale: #838383. Windows color (decimal): -4434465 or 14636476. OLE color: 14636476.

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

Color convert

RGB 188 85 223 -
CMYK 0.16 0.62 0 0.13
HSL 284.78º 0.68% 0.6% -
HSV(B) 284.78º 0.62% 0.87% -
XYZ 37.31 22.52 72.19 -
YUV 131.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 188 85 223 0.16 0.62 0 0.13 284.78 0.68 0.6
Hex BC 55 DF 10 3E 0 D 11D 44 3C
Octal 274 125 337 20 76 0 15 435 104 74
Binary 10111100 1010101 11011111 10000 111110 0 1101 100011101 1000100 111100

Color Harmonies of #BC55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55DF

Black with #BC55DF

Text Example


Text Example

White with #BC55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55DF; }

 p { color: rgb(188,85,223); }

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

background-color css

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

 a { background-color: rgb(188,85,223); }

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

border-color css

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

 span { border-color: rgb(188,85,223); }

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