Html Css Color HEX #BD50DF Medium Orchid

📋 copy color: '#BD50DF'

red 189 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #BD50DF

Tints of Medium Orchid #BD50DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 38.41%
G = 16.26%
B = 45.33%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD50DF (or 0xBD50DF) is known color: Medium Orchid. HEX triplet: BD, 50 and DF. RGB value is (189,80,223). Sum of RGB (Red+Green+Blue) = 189+80+223=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50DF is #42AF20. Grayscale: #808080. Windows color (decimal): -4370209 or 14635197. OLE color: 14635197.

HSL color Cylindrical-coordinate representation of color #BD50DF: hue angle of 285.73º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD50DF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 80 223 -
CMYK 0.15 0.64 0 0.13
HSL 285.73º 0.69% 0.59% -
HSV(B) 285.73º 0.64% 0.87% -
XYZ 37.17 21.88 72.08 -
YUV 128.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 189 80 223 0.15 0.64 0 0.13 285.73 0.69 0.59
Hex BD 50 DF F 40 0 D 11E 45 3B
Octal 275 120 337 17 100 0 15 436 105 73
Binary 10111101 1010000 11011111 1111 1000000 0 1101 100011110 1000101 111011

Color Harmonies of #BD50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50DF

Black with #BD50DF

Text Example


Text Example

White with #BD50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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