Html Css Color HEX #BC47DB Medium Orchid

📋 copy color: '#BC47DB'

red 188 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #BC47DB

Tints of Medium Orchid #BC47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.85%

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 39.33%
G = 14.85%
B = 45.82%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC47DB (or 0xBC47DB) is known color: Medium Orchid. HEX triplet: BC, 47 and DB. RGB value is (188,71,219). Sum of RGB (Red+Green+Blue) = 188+71+219=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47DB is #43B824. Grayscale: #7A7A7A. Windows color (decimal): -4438053 or 14370748. OLE color: 14370748.

HSL color Cylindrical-coordinate representation of color #BC47DB: hue angle of 287.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC47DB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 71 219 -
CMYK 0.14 0.68 0 0.14
HSL 287.43º 0.67% 0.57% -
HSV(B) 287.43º 0.68% 0.86% -
XYZ 35.78 20.31 69.05 -
YUV 122.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 188 71 219 0.14 0.68 0 0.14 287.43 0.67 0.57
Hex BC 47 DB E 44 0 E 11F 43 39
Octal 274 107 333 16 104 0 16 437 103 71
Binary 10111100 1000111 11011011 1110 1000100 0 1110 100011111 1000011 111001

Color Harmonies of #BC47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC47DB

Black with #BC47DB

Text Example


Text Example

White with #BC47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC47DB; }

 p { color: rgb(188,71,219); }

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

background-color css

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

 a { background-color: rgb(188,71,219); }

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

border-color css

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

 span { border-color: rgb(188,71,219); }

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