Html Css Color HEX #BD53D7 Medium Orchid

📋 copy color: '#BD53D7'

red 189 ◦ green 83 ◦ blue 215

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

Shades of Medium Orchid #BD53D7

Tints of Medium Orchid #BD53D7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.04%

 BLUE value IS 215 (84.38% from 255) = 44.15%

R = 38.81%
G = 17.04%
B = 44.15%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD53D7 (or 0xBD53D7) is known color: Medium Orchid. HEX triplet: BD, 53 and D7. RGB value is (189,83,215). Sum of RGB (Red+Green+Blue) = 189+83+215=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53D7 is #42AC28. Grayscale: #818181. Windows color (decimal): -4369449 or 14111677. OLE color: 14111677.

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

Color convert

RGB 189 83 215 -
CMYK 0.12 0.61 0 0.16
HSL 288.18º 0.62% 0.58% -
HSV(B) 288.18º 0.61% 0.84% -
XYZ 36.35 21.91 66.6 -
YUV 129.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 189 83 215 0.12 0.61 0 0.16 288.18 0.62 0.58
Hex BD 53 D7 C 3D 0 10 120 3E 3A
Octal 275 123 327 14 75 0 20 440 76 72
Binary 10111101 1010011 11010111 1100 111101 0 10000 100100000 111110 111010

Color Harmonies of #BD53D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53D7

Black with #BD53D7

Text Example


Text Example

White with #BD53D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53D7; }

 p { color: rgb(189,83,215); }

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

background-color css

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

 a { background-color: rgb(189,83,215); }

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

border-color css

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

 span { border-color: rgb(189,83,215); }

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