Html Css Color HEX #BC4CD8 Medium Orchid

📋 copy color: '#BC4CD8'

red 188 ◦ green 76 ◦ blue 216

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

Shades of Medium Orchid #BC4CD8

Tints of Medium Orchid #BC4CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45%

R = 39.17%
G = 15.83%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC4CD8 (or 0xBC4CD8) is known color: Medium Orchid. HEX triplet: BC, 4C and D8. RGB value is (188,76,216). Sum of RGB (Red+Green+Blue) = 188+76+216=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC4CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CD8 is #43B327. Grayscale: #7D7D7D. Windows color (decimal): -4436776 or 14175420. OLE color: 14175420.

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

Color convert

RGB 188 76 216 -
CMYK 0.13 0.65 0 0.15
HSL 288º 0.64% 0.57% -
HSV(B) 288º 0.65% 0.85% -
XYZ 35.72 20.82 67.1 -
YUV 125.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 188 76 216 0.13 0.65 0 0.15 288 0.64 0.57
Hex BC 4C D8 D 41 0 F 120 40 39
Octal 274 114 330 15 101 0 17 440 100 71
Binary 10111100 1001100 11011000 1101 1000001 0 1111 100100000 1000000 111001

Color Harmonies of #BC4CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CD8

Black with #BC4CD8

Text Example


Text Example

White with #BC4CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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