Html Css Color HEX #BC49DB Medium Orchid

📋 copy color: '#BC49DB'

red 188 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #BC49DB

Tints of Medium Orchid #BC49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.21%

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

R = 39.17%
G = 15.21%
B = 45.63%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC49DB (or 0xBC49DB) is known color: Medium Orchid. HEX triplet: BC, 49 and DB. RGB value is (188,73,219). Sum of RGB (Red+Green+Blue) = 188+73+219=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49DB is #43B624. Grayscale: #7B7B7B. Windows color (decimal): -4437541 or 14371260. OLE color: 14371260.

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

Color convert

RGB 188 73 219 -
CMYK 0.14 0.67 0 0.14
HSL 287.26º 0.67% 0.57% -
HSV(B) 287.26º 0.67% 0.86% -
XYZ 35.91 20.57 69.1 -
YUV 124.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 188 73 219 0.14 0.67 0 0.14 287.26 0.67 0.57
Hex BC 49 DB E 43 0 E 11F 43 39
Octal 274 111 333 16 103 0 16 437 103 71
Binary 10111100 1001001 11011011 1110 1000011 0 1110 100011111 1000011 111001

Color Harmonies of #BC49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC49DB

Black with #BC49DB

Text Example


Text Example

White with #BC49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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