Html Css Color HEX #BD50D8 Medium Orchid

📋 copy color: '#BD50D8'

red 189 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #BD50D8

Tints of Medium Orchid #BD50D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 38.97%
G = 16.49%
B = 44.54%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD50D8 (or 0xBD50D8) is known color: Medium Orchid. HEX triplet: BD, 50 and D8. RGB value is (189,80,216). Sum of RGB (Red+Green+Blue) = 189+80+216=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD50D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50D8 is #42AF27. Grayscale: #7F7F7F. Windows color (decimal): -4370216 or 14176445. OLE color: 14176445.

HSL color Cylindrical-coordinate representation of color #BD50D8: hue angle of 288.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD50D8 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 80 216 -
CMYK 0.12 0.63 0 0.15
HSL 288.09º 0.64% 0.58% -
HSV(B) 288.09º 0.63% 0.85% -
XYZ 36.25 21.51 67.21 -
YUV 128.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 189 80 216 0.12 0.63 0 0.15 288.09 0.64 0.58
Hex BD 50 D8 C 3F 0 F 120 40 3A
Octal 275 120 330 14 77 0 17 440 100 72
Binary 10111101 1010000 11011000 1100 111111 0 1111 100100000 1000000 111010

Color Harmonies of #BD50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50D8

Black with #BD50D8

Text Example


Text Example

White with #BD50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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