Html Css Color HEX #BC43D1 Medium Orchid

📋 copy color: '#BC43D1'

red 188 ◦ green 67 ◦ blue 209

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

Shades of Medium Orchid #BC43D1

Tints of Medium Orchid #BC43D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 40.52%
G = 14.44%
B = 45.04%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC43D1 (or 0xBC43D1) is known color: Medium Orchid. HEX triplet: BC, 43 and D1. RGB value is (188,67,209). Sum of RGB (Red+Green+Blue) = 188+67+209=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC43D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43D1 is #43BC2E. Grayscale: #767676. Windows color (decimal): -4439087 or 13714364. OLE color: 13714364.

HSL color Cylindrical-coordinate representation of color #BC43D1: hue angle of 291.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC43D1 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 67 209 -
CMYK 0.10 0.68 0 0.18
HSL 291.13º 0.61% 0.54% -
HSV(B) 291.13º 0.68% 0.82% -
XYZ 34.25 19.31 62.24 -
YUV 119.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 188 67 209 0.10 0.68 0 0.18 291.13 0.61 0.54
Hex BC 43 D1 A 44 0 12 123 3D 36
Octal 274 103 321 12 104 0 22 443 75 66
Binary 10111100 1000011 11010001 1010 1000100 0 10010 100100011 111101 110110

Color Harmonies of #BC43D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43D1

Black with #BC43D1

Text Example


Text Example

White with #BC43D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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