Html Css Color HEX #BC4CD6 Medium Orchid

📋 copy color: '#BC4CD6'

red 188 ◦ green 76 ◦ blue 214

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

Shades of Medium Orchid #BC4CD6

Tints of Medium Orchid #BC4CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 214 (83.98% from 255) = 44.77%

R = 39.33%
G = 15.9%
B = 44.77%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC4CD6 (or 0xBC4CD6) is known color: Medium Orchid. HEX triplet: BC, 4C and D6. RGB value is (188,76,214). Sum of RGB (Red+Green+Blue) = 188+76+214=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CD6 is #43B329. Grayscale: #7C7C7C. Windows color (decimal): -4436778 or 14044348. OLE color: 14044348.

HSL color Cylindrical-coordinate representation of color #BC4CD6: hue angle of 288.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4CD6 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 76 214 -
CMYK 0.12 0.64 0 0.16
HSL 288.7º 0.63% 0.57% -
HSV(B) 288.7º 0.64% 0.84% -
XYZ 35.46 20.72 65.75 -
YUV 125.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 188 76 214 0.12 0.64 0 0.16 288.7 0.63 0.57
Hex BC 4C D6 C 40 0 10 121 3F 39
Octal 274 114 326 14 100 0 20 441 77 71
Binary 10111100 1001100 11010110 1100 1000000 0 10000 100100001 111111 111001

Color Harmonies of #BC4CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CD6

Black with #BC4CD6

Text Example


Text Example

White with #BC4CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CD6; }

 p { color: rgb(188,76,214); }

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

background-color css

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

 a { background-color: rgb(188,76,214); }

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

border-color css

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

 span { border-color: rgb(188,76,214); }

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