Html Css Color HEX #BD3ADC Medium Orchid

📋 copy color: '#BD3ADC'

red 189 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #BD3ADC

Tints of Medium Orchid #BD3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

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

R = 40.47%
G = 12.42%
B = 47.11%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD3ADC (or 0xBD3ADC) is known color: Medium Orchid. HEX triplet: BD, 3A and DC. RGB value is (189,58,220). Sum of RGB (Red+Green+Blue) = 189+58+220=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ADC is #42C523. Grayscale: #737373. Windows color (decimal): -4375844 or 14432957. OLE color: 14432957.

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

Color convert

RGB 189 58 220 -
CMYK 0.14 0.74 0 0.14
HSL 288.52º 0.7% 0.55% -
HSV(B) 288.52º 0.74% 0.86% -
XYZ 35.42 19.01 69.51 -
YUV 115.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 189 58 220 0.14 0.74 0 0.14 288.52 0.7 0.55
Hex BD 3A DC E 4A 0 E 121 46 37
Octal 275 72 334 16 112 0 16 441 106 67
Binary 10111101 111010 11011100 1110 1001010 0 1110 100100001 1000110 110111

Color Harmonies of #BD3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3ADC

Black with #BD3ADC

Text Example


Text Example

White with #BD3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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