Html Css Color HEX #BC5FDC Medium Orchid

📋 copy color: '#BC5FDC'

red 188 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #BC5FDC

Tints of Medium Orchid #BC5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.89%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 37.38%
G = 18.89%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC5FDC (or 0xBC5FDC) is known color: Medium Orchid. HEX triplet: BC, 5F and DC. RGB value is (188,95,220). Sum of RGB (Red+Green+Blue) = 188+95+220=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FDC is #43A023. Grayscale: #888888. Windows color (decimal): -4431908 or 14442428. OLE color: 14442428.

HSL color Cylindrical-coordinate representation of color #BC5FDC: hue angle of 284.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5FDC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 95 220 -
CMYK 0.15 0.57 0 0.14
HSL 284.64º 0.64% 0.62% -
HSV(B) 284.64º 0.57% 0.86% -
XYZ 37.75 24.04 70.36 -
YUV 137.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 188 95 220 0.15 0.57 0 0.14 284.64 0.64 0.62
Hex BC 5F DC F 39 0 E 11D 40 3E
Octal 274 137 334 17 71 0 16 435 100 76
Binary 10111100 1011111 11011100 1111 111001 0 1110 100011101 1000000 111110

Color Harmonies of #BC5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FDC

Black with #BC5FDC

Text Example


Text Example

White with #BC5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FDC; }

 p { color: rgb(188,95,220); }

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

background-color css

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

 a { background-color: rgb(188,95,220); }

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

border-color css

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

 span { border-color: rgb(188,95,220); }

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