Html Css Color HEX #BD32D9 Medium Orchid

📋 copy color: '#BD32D9'

red 189 ◦ green 50 ◦ blue 217

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

Shades of Medium Orchid #BD32D9

Tints of Medium Orchid #BD32D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 41.45%
G = 10.96%
B = 47.59%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD32D9 (or 0xBD32D9) is known color: Medium Orchid. HEX triplet: BD, 32 and D9. RGB value is (189,50,217). Sum of RGB (Red+Green+Blue) = 189+50+217=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32D9 is #42CD26. Grayscale: #6E6E6E. Windows color (decimal): -4377895 or 14234301. OLE color: 14234301.

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

Color convert

RGB 189 50 217 -
CMYK 0.13 0.77 0 0.15
HSL 289.94º 0.69% 0.52% -
HSV(B) 289.94º 0.77% 0.85% -
XYZ 34.65 18.11 67.31 -
YUV 110.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 189 50 217 0.13 0.77 0 0.15 289.94 0.69 0.52
Hex BD 32 D9 D 4D 0 F 122 45 34
Octal 275 62 331 15 115 0 17 442 105 64
Binary 10111101 110010 11011001 1101 1001101 0 1111 100100010 1000101 110100

Color Harmonies of #BD32D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32D9

Black with #BD32D9

Text Example


Text Example

White with #BD32D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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