Html Css Color HEX #BD32E1 Medium Orchid

📋 copy color: '#BD32E1'

red 189 ◦ green 50 ◦ blue 225

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

Shades of Medium Orchid #BD32E1

Tints of Medium Orchid #BD32E1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

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

R = 40.73%
G = 10.78%
B = 48.49%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD32E1 (or 0xBD32E1) is known color: Medium Orchid. HEX triplet: BD, 32 and E1. RGB value is (189,50,225). Sum of RGB (Red+Green+Blue) = 189+50+225=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD32E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32E1 is #42CD1E. Grayscale: #6E6E6E. Windows color (decimal): -4377887 or 14758589. OLE color: 14758589.

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

Color convert

RGB 189 50 225 -
CMYK 0.16 0.78 0 0.12
HSL 287.66º 0.74% 0.54% -
HSV(B) 287.66º 0.78% 0.88% -
XYZ 35.72 18.54 72.93 -
YUV 111.51 192.05 183.27 -
System Red Green Blue C M Y K H S L
Decimal 189 50 225 0.16 0.78 0 0.12 287.66 0.74 0.54
Hex BD 32 E1 10 4E 0 C 120 4A 36
Octal 275 62 341 20 116 0 14 440 112 66
Binary 10111101 110010 11100001 10000 1001110 0 1100 100100000 1001010 110110

Color Harmonies of #BD32E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32E1

Black with #BD32E1

Text Example


Text Example

White with #BD32E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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