Html Css Color HEX #BD53E1 Medium Orchid

📋 copy color: '#BD53E1'

red 189 ◦ green 83 ◦ blue 225

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

Shades of Medium Orchid #BD53E1

Tints of Medium Orchid #BD53E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 38.03%
G = 16.7%
B = 45.27%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD53E1 (or 0xBD53E1) is known color: Medium Orchid. HEX triplet: BD, 53 and E1. RGB value is (189,83,225). Sum of RGB (Red+Green+Blue) = 189+83+225=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD53E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53E1 is #42AC1E. Grayscale: #828282. Windows color (decimal): -4369439 or 14767037. OLE color: 14767037.

HSL color Cylindrical-coordinate representation of color #BD53E1: hue angle of 284.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD53E1 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 83 225 -
CMYK 0.16 0.63 0 0.12
HSL 284.79º 0.7% 0.6% -
HSV(B) 284.79º 0.63% 0.88% -
XYZ 37.67 22.44 73.58 -
YUV 130.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 189 83 225 0.16 0.63 0 0.12 284.79 0.7 0.6
Hex BD 53 E1 10 3F 0 C 11D 46 3C
Octal 275 123 341 20 77 0 14 435 106 74
Binary 10111101 1010011 11100001 10000 111111 0 1100 100011101 1000110 111100

Color Harmonies of #BD53E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53E1

Black with #BD53E1

Text Example


Text Example

White with #BD53E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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