Html Css Color HEX #BD56DA Medium Orchid

📋 copy color: '#BD56DA'

red 189 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #BD56DA

Tints of Medium Orchid #BD56DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.44%

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 38.34%
G = 17.44%
B = 44.22%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD56DA (or 0xBD56DA) is known color: Medium Orchid. HEX triplet: BD, 56 and DA. RGB value is (189,86,218). Sum of RGB (Red+Green+Blue) = 189+86+218=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD56DA is #42A925. Grayscale: #838383. Windows color (decimal): -4368678 or 14309053. OLE color: 14309053.

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

Color convert

RGB 189 86 218 -
CMYK 0.13 0.61 0 0.15
HSL 286.82º 0.64% 0.6% -
HSV(B) 286.82º 0.61% 0.85% -
XYZ 36.97 22.54 68.73 -
YUV 131.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 189 86 218 0.13 0.61 0 0.15 286.82 0.64 0.6
Hex BD 56 DA D 3D 0 F 11F 40 3C
Octal 275 126 332 15 75 0 17 437 100 74
Binary 10111101 1010110 11011010 1101 111101 0 1111 100011111 1000000 111100

Color Harmonies of #BD56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56DA

Black with #BD56DA

Text Example


Text Example

White with #BD56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56DA; }

 p { color: rgb(189,86,218); }

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

background-color css

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

 a { background-color: rgb(189,86,218); }

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

border-color css

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

 span { border-color: rgb(189,86,218); }

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