Html Css Color HEX #BC4DD7 Medium Orchid

📋 copy color: '#BC4DD7'

red 188 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #BC4DD7

Tints of Medium Orchid #BC4DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

 BLUE value IS 215 (84.38% from 255) = 44.79%

R = 39.17%
G = 16.04%
B = 44.79%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC4DD7 (or 0xBC4DD7) is known color: Medium Orchid. HEX triplet: BC, 4D and D7. RGB value is (188,77,215). Sum of RGB (Red+Green+Blue) = 188+77+215=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC4DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DD7 is #43B228. Grayscale: #7D7D7D. Windows color (decimal): -4436521 or 14110140. OLE color: 14110140.

HSL color Cylindrical-coordinate representation of color #BC4DD7: hue angle of 288.26º 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 #BC4DD7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 77 215 -
CMYK 0.13 0.64 0 0.16
HSL 288.26º 0.63% 0.57% -
HSV(B) 288.26º 0.64% 0.84% -
XYZ 35.66 20.91 66.45 -
YUV 125.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 188 77 215 0.13 0.64 0 0.16 288.26 0.63 0.57
Hex BC 4D D7 D 40 0 10 120 3F 39
Octal 274 115 327 15 100 0 20 440 77 71
Binary 10111100 1001101 11010111 1101 1000000 0 10000 100100000 111111 111001

Color Harmonies of #BC4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DD7

Black with #BC4DD7

Text Example


Text Example

White with #BC4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DD7; }

 p { color: rgb(188,77,215); }

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

background-color css

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

 a { background-color: rgb(188,77,215); }

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

border-color css

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

 span { border-color: rgb(188,77,215); }

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