Html Css Color HEX #BD32DF Medium Orchid

📋 copy color: '#BD32DF'

red 189 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #BD32DF

Tints of Medium Orchid #BD32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 40.91%
G = 10.82%
B = 48.27%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD32DF (or 0xBD32DF) is known color: Medium Orchid. HEX triplet: BD, 32 and DF. RGB value is (189,50,223). Sum of RGB (Red+Green+Blue) = 189+50+223=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32DF is #42CD20. Grayscale: #6E6E6E. Windows color (decimal): -4377889 or 14627517. OLE color: 14627517.

HSL color Cylindrical-coordinate representation of color #BD32DF: hue angle of 288.21º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD32DF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 50 223 -
CMYK 0.15 0.78 0 0.13
HSL 288.21º 0.73% 0.54% -
HSV(B) 288.21º 0.78% 0.87% -
XYZ 35.45 18.43 71.5 -
YUV 111.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 189 50 223 0.15 0.78 0 0.13 288.21 0.73 0.54
Hex BD 32 DF F 4E 0 D 120 49 36
Octal 275 62 337 17 116 0 15 440 111 66
Binary 10111101 110010 11011111 1111 1001110 0 1101 100100000 1001001 110110

Color Harmonies of #BD32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD32DF

Black with #BD32DF

Text Example


Text Example

White with #BD32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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