Html Css Color HEX #BD50D5 Medium Orchid

📋 copy color: '#BD50D5'

red 189 ◦ green 80 ◦ blue 213

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

Shades of Medium Orchid #BD50D5

Tints of Medium Orchid #BD50D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 39.21%
G = 16.6%
B = 44.19%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD50D5 (or 0xBD50D5) is known color: Medium Orchid. HEX triplet: BD, 50 and D5. RGB value is (189,80,213). Sum of RGB (Red+Green+Blue) = 189+80+213=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50D5 is #42AF2A. Grayscale: #7F7F7F. Windows color (decimal): -4370219 or 13979837. OLE color: 13979837.

HSL color Cylindrical-coordinate representation of color #BD50D5: hue angle of 289.17º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD50D5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 80 213 -
CMYK 0.11 0.62 0 0.16
HSL 289.17º 0.61% 0.57% -
HSV(B) 289.17º 0.62% 0.84% -
XYZ 35.87 21.36 65.18 -
YUV 127.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 189 80 213 0.11 0.62 0 0.16 289.17 0.61 0.57
Hex BD 50 D5 B 3E 0 10 121 3D 39
Octal 275 120 325 13 76 0 20 441 75 71
Binary 10111101 1010000 11010101 1011 111110 0 10000 100100001 111101 111001

Color Harmonies of #BD50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50D5

Black with #BD50D5

Text Example


Text Example

White with #BD50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50D5; }

 p { color: rgb(189,80,213); }

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

background-color css

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

 a { background-color: rgb(189,80,213); }

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

border-color css

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

 span { border-color: rgb(189,80,213); }

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