Html Css Color HEX #BD43D3 Medium Orchid

📋 copy color: '#BD43D3'

red 189 ◦ green 67 ◦ blue 211

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

Shades of Medium Orchid #BD43D3

Tints of Medium Orchid #BD43D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 40.47%
G = 14.35%
B = 45.18%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD43D3 (or 0xBD43D3) is known color: Medium Orchid. HEX triplet: BD, 43 and D3. RGB value is (189,67,211). Sum of RGB (Red+Green+Blue) = 189+67+211=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD43D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43D3 is #42BC2C. Grayscale: #777777. Windows color (decimal): -4373549 or 13845437. OLE color: 13845437.

HSL color Cylindrical-coordinate representation of color #BD43D3: hue angle of 290.83º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD43D3 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 67 211 -
CMYK 0.10 0.68 0 0.17
HSL 290.83º 0.62% 0.55% -
HSV(B) 290.83º 0.68% 0.83% -
XYZ 34.75 19.54 63.57 -
YUV 119.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 189 67 211 0.10 0.68 0 0.17 290.83 0.62 0.55
Hex BD 43 D3 A 44 0 11 123 3E 37
Octal 275 103 323 12 104 0 21 443 76 67
Binary 10111101 1000011 11010011 1010 1000100 0 10001 100100011 111110 110111

Color Harmonies of #BD43D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43D3

Black with #BD43D3

Text Example


Text Example

White with #BD43D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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