Html Css Color HEX #BC43DD Medium Orchid

📋 copy color: '#BC43DD'

red 188 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #BC43DD

Tints of Medium Orchid #BC43DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 39.5%
G = 14.08%
B = 46.43%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC43DD (or 0xBC43DD) is known color: Medium Orchid. HEX triplet: BC, 43 and DD. RGB value is (188,67,221). Sum of RGB (Red+Green+Blue) = 188+67+221=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43DD is #43BC22. Grayscale: #787878. Windows color (decimal): -4439075 or 14500796. OLE color: 14500796.

HSL color Cylindrical-coordinate representation of color #BC43DD: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC43DD is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 67 221 -
CMYK 0.15 0.70 0 0.13
HSL 287.14º 0.69% 0.56% -
HSV(B) 287.14º 0.7% 0.87% -
XYZ 35.8 19.93 70.37 -
YUV 120.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 188 67 221 0.15 0.70 0 0.13 287.14 0.69 0.56
Hex BC 43 DD F 46 0 D 11F 45 38
Octal 274 103 335 17 106 0 15 437 105 70
Binary 10111100 1000011 11011101 1111 1000110 0 1101 100011111 1000101 111000

Color Harmonies of #BC43DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC43DD

Black with #BC43DD

Text Example


Text Example

White with #BC43DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC43DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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