Html Css Color HEX #BC4FD6 Medium Orchid

📋 copy color: '#BC4FD6'

red 188 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #BC4FD6

Tints of Medium Orchid #BC4FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

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

R = 39.09%
G = 16.42%
B = 44.49%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC4FD6 (or 0xBC4FD6) is known color: Medium Orchid. HEX triplet: BC, 4F and D6. RGB value is (188,79,214). Sum of RGB (Red+Green+Blue) = 188+79+214=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC4FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FD6 is #43B029. Grayscale: #7E7E7E. Windows color (decimal): -4436010 or 14045116. OLE color: 14045116.

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

Color convert

RGB 188 79 214 -
CMYK 0.12 0.63 0 0.16
HSL 288.44º 0.62% 0.57% -
HSV(B) 288.44º 0.63% 0.84% -
XYZ 35.67 21.14 65.82 -
YUV 126.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 188 79 214 0.12 0.63 0 0.16 288.44 0.62 0.57
Hex BC 4F D6 C 3F 0 10 120 3E 39
Octal 274 117 326 14 77 0 20 440 76 71
Binary 10111100 1001111 11010110 1100 111111 0 10000 100100000 111110 111001

Color Harmonies of #BC4FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FD6

Black with #BC4FD6

Text Example


Text Example

White with #BC4FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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