Html Css Color HEX #BD43DC Medium Orchid

📋 copy color: '#BD43DC'

red 189 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #BD43DC

Tints of Medium Orchid #BD43DC

RGB

 RED value IS 189 (74.22% from 255) = 39.71%

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 39.71%
G = 14.08%
B = 46.22%

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

#BD43DC (or 0xBD43DC) is known color: Medium Orchid. HEX triplet: BD, 43 and DC. RGB value is (189,67,220). Sum of RGB (Red+Green+Blue) = 189+67+220=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 67 (26.56% from 255 or 14.08% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DC is #42BC23. Grayscale: #787878. Windows color (decimal): -4373540 or 14435261. OLE color: 14435261.

HSL color Cylindrical-coordinate representation of color #BD43DC: hue angle of 287.84º degrees, saturation: 0.69, 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 #BD43DC is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 67 220 -
CMYK 0.14 0.70 0 0.14
HSL 287.84º 0.69% 0.56% -
HSV(B) 287.84º 0.7% 0.86% -
XYZ 35.91 20 69.68 -
YUV 120.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 189 67 220 0.14 0.70 0 0.14 287.84 0.69 0.56
Hex BD 43 DC E 46 0 E 120 45 38
Octal 275 103 334 16 106 0 16 440 105 70
Binary 10111101 1000011 11011100 1110 1000110 0 1110 100100000 1000101 111000

Color Harmonies of #BD43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43DC

Black with #BD43DC

Text Example


Text Example

White with #BD43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43DC; }

 p { color: rgb(189,67,220); }

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

background-color css

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

 a { background-color: rgb(189,67,220); }

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

border-color css

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

 span { border-color: rgb(189,67,220); }

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