Html Css Color HEX #BC43DB Medium Orchid

📋 copy color: '#BC43DB'

red 188 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #BC43DB

Tints of Medium Orchid #BC43DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.14%

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

R = 39.66%
G = 14.14%
B = 46.2%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC43DB (or 0xBC43DB) is known color: Medium Orchid. HEX triplet: BC, 43 and DB. RGB value is (188,67,219). Sum of RGB (Red+Green+Blue) = 188+67+219=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43DB is #43BC24. Grayscale: #787878. Windows color (decimal): -4439077 or 14369724. OLE color: 14369724.

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

Color convert

RGB 188 67 219 -
CMYK 0.14 0.69 0 0.14
HSL 287.76º 0.68% 0.56% -
HSV(B) 287.76º 0.69% 0.86% -
XYZ 35.53 19.82 68.97 -
YUV 120.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 188 67 219 0.14 0.69 0 0.14 287.76 0.68 0.56
Hex BC 43 DB E 45 0 E 120 44 38
Octal 274 103 333 16 105 0 16 440 104 70
Binary 10111100 1000011 11011011 1110 1000101 0 1110 100100000 1000100 111000

Color Harmonies of #BC43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43DB

Black with #BC43DB

Text Example


Text Example

White with #BC43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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