Html Css Color HEX #BD32D5 Medium Orchid

📋 copy color: '#BD32D5'

red 189 ◦ green 50 ◦ blue 213

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

Shades of Medium Orchid #BD32D5

Tints of Medium Orchid #BD32D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 41.81%
G = 11.06%
B = 47.12%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD32D5 (or 0xBD32D5) is known color: Medium Orchid. HEX triplet: BD, 32 and D5. RGB value is (189,50,213). Sum of RGB (Red+Green+Blue) = 189+50+213=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32D5 is #42CD2A. Grayscale: #6D6D6D. Windows color (decimal): -4377899 or 13972157. OLE color: 13972157.

HSL color Cylindrical-coordinate representation of color #BD32D5: hue angle of 291.17º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD32D5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 50 213 -
CMYK 0.11 0.77 0 0.16
HSL 291.17º 0.66% 0.52% -
HSV(B) 291.17º 0.77% 0.84% -
XYZ 34.14 17.9 64.61 -
YUV 110.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 189 50 213 0.11 0.77 0 0.16 291.17 0.66 0.52
Hex BD 32 D5 B 4D 0 10 123 42 34
Octal 275 62 325 13 115 0 20 443 102 64
Binary 10111101 110010 11010101 1011 1001101 0 10000 100100011 1000010 110100

Color Harmonies of #BD32D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32D5

Black with #BD32D5

Text Example


Text Example

White with #BD32D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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