Html Css Color HEX #BE32DF Medium Orchid

📋 copy color: '#BE32DF'

red 190 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #BE32DF

Tints of Medium Orchid #BE32DF

RGB

 RED value IS 190 (74.61% from 255) = 41.04%

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

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

R = 41.04%
G = 10.8%
B = 48.16%

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

#BE32DF (or 0xBE32DF) is known color: Medium Orchid. HEX triplet: BE, 32 and DF. RGB value is (190,50,223). Sum of RGB (Red+Green+Blue) = 190+50+223=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DF is #41CD20. Grayscale: #6F6F6F. Windows color (decimal): -4312353 or 14627518. OLE color: 14627518.

HSL color Cylindrical-coordinate representation of color #BE32DF: hue angle of 288.55º 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 #BE32DF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 50 223 -
CMYK 0.15 0.78 0 0.13
HSL 288.55º 0.73% 0.54% -
HSV(B) 288.55º 0.78% 0.87% -
XYZ 35.7 18.56 71.51 -
YUV 111.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 190 50 223 0.15 0.78 0 0.13 288.55 0.73 0.54
Hex BE 32 DF F 4E 0 D 121 49 36
Octal 276 62 337 17 116 0 15 441 111 66
Binary 10111110 110010 11011111 1111 1001110 0 1101 100100001 1001001 110110

Color Harmonies of #BE32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32DF

Black with #BE32DF

Text Example


Text Example

White with #BE32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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