Html Css Color HEX #BD50DE Medium Orchid

📋 copy color: '#BD50DE'

red 189 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #BD50DE

Tints of Medium Orchid #BD50DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 38.49%
G = 16.29%
B = 45.21%

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

#BD50DE (or 0xBD50DE) is known color: Medium Orchid. HEX triplet: BD, 50 and DE. RGB value is (189,80,222). Sum of RGB (Red+Green+Blue) = 189+80+222=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD50DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50DE is #42AF21. Grayscale: #808080. Windows color (decimal): -4370210 or 14569661. OLE color: 14569661.

HSL color Cylindrical-coordinate representation of color #BD50DE: hue angle of 286.06º degrees, saturation: 0.68, 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 #BD50DE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 80 222 -
CMYK 0.15 0.64 0 0.13
HSL 286.06º 0.68% 0.59% -
HSV(B) 286.06º 0.64% 0.87% -
XYZ 37.04 21.83 71.37 -
YUV 128.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 189 80 222 0.15 0.64 0 0.13 286.06 0.68 0.59
Hex BD 50 DE F 40 0 D 11E 44 3B
Octal 275 120 336 17 100 0 15 436 104 73
Binary 10111101 1010000 11011110 1111 1000000 0 1101 100011110 1000100 111011

Color Harmonies of #BD50DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD50DE

Black with #BD50DE

Text Example


Text Example

White with #BD50DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD50DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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