Html Css Color HEX #BC46DB Medium Orchid

📋 copy color: '#BC46DB'

red 188 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #BC46DB

Tints of Medium Orchid #BC46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.68%

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

R = 39.41%
G = 14.68%
B = 45.91%

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

#BC46DB (or 0xBC46DB) is known color: Medium Orchid. HEX triplet: BC, 46 and DB. RGB value is (188,70,219). Sum of RGB (Red+Green+Blue) = 188+70+219=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46DB is #43B924. Grayscale: #797979. Windows color (decimal): -4438309 or 14370492. OLE color: 14370492.

HSL color Cylindrical-coordinate representation of color #BC46DB: hue angle of 287.52º 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 #BC46DB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 70 219 -
CMYK 0.14 0.68 0 0.14
HSL 287.52º 0.67% 0.57% -
HSV(B) 287.52º 0.68% 0.86% -
XYZ 35.72 20.19 69.03 -
YUV 122.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 188 70 219 0.14 0.68 0 0.14 287.52 0.67 0.57
Hex BC 46 DB E 44 0 E 120 43 39
Octal 274 106 333 16 104 0 16 440 103 71
Binary 10111100 1000110 11011011 1110 1000100 0 1110 100100000 1000011 111001

Color Harmonies of #BC46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46DB

Black with #BC46DB

Text Example


Text Example

White with #BC46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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