Html Css Color HEX #BC4AD6 Medium Orchid

📋 copy color: '#BC4AD6'

red 188 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #BC4AD6

Tints of Medium Orchid #BC4AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

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

R = 39.5%
G = 15.55%
B = 44.96%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC4AD6 (or 0xBC4AD6) is known color: Medium Orchid. HEX triplet: BC, 4A and D6. RGB value is (188,74,214). Sum of RGB (Red+Green+Blue) = 188+74+214=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC4AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AD6 is #43B529. Grayscale: #7B7B7B. Windows color (decimal): -4437290 or 14043836. OLE color: 14043836.

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

Color convert

RGB 188 74 214 -
CMYK 0.12 0.65 0 0.16
HSL 288.86º 0.63% 0.56% -
HSV(B) 288.86º 0.65% 0.84% -
XYZ 35.33 20.44 65.7 -
YUV 124.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 188 74 214 0.12 0.65 0 0.16 288.86 0.63 0.56
Hex BC 4A D6 C 41 0 10 121 3F 38
Octal 274 112 326 14 101 0 20 441 77 70
Binary 10111100 1001010 11010110 1100 1000001 0 10000 100100001 111111 111000

Color Harmonies of #BC4AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AD6

Black with #BC4AD6

Text Example


Text Example

White with #BC4AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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