Html Css Color HEX #BC42DB Medium Orchid

📋 copy color: '#BC42DB'

red 188 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #BC42DB

Tints of Medium Orchid #BC42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.95%

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

R = 39.75%
G = 13.95%
B = 46.3%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC42DB (or 0xBC42DB) is known color: Medium Orchid. HEX triplet: BC, 42 and DB. RGB value is (188,66,219). Sum of RGB (Red+Green+Blue) = 188+66+219=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42DB is #43BD24. Grayscale: #777777. Windows color (decimal): -4439333 or 14369468. OLE color: 14369468.

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

Color convert

RGB 188 66 219 -
CMYK 0.14 0.70 0 0.14
HSL 287.84º 0.68% 0.56% -
HSV(B) 287.84º 0.7% 0.86% -
XYZ 35.47 19.7 68.95 -
YUV 119.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 188 66 219 0.14 0.70 0 0.14 287.84 0.68 0.56
Hex BC 42 DB E 46 0 E 120 44 38
Octal 274 102 333 16 106 0 16 440 104 70
Binary 10111100 1000010 11011011 1110 1000110 0 1110 100100000 1000100 111000

Color Harmonies of #BC42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42DB

Black with #BC42DB

Text Example


Text Example

White with #BC42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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