Html Css Color HEX #BE32DD Medium Orchid

📋 copy color: '#BE32DD'

red 190 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #BE32DD

Tints of Medium Orchid #BE32DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 41.21%
G = 10.85%
B = 47.94%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE32DD (or 0xBE32DD) is known color: Medium Orchid. HEX triplet: BE, 32 and DD. RGB value is (190,50,221). Sum of RGB (Red+Green+Blue) = 190+50+221=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DD is #41CD22. Grayscale: #6E6E6E. Windows color (decimal): -4312355 or 14496446. OLE color: 14496446.

HSL color Cylindrical-coordinate representation of color #BE32DD: hue angle of 289.12º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE32DD is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 50 221 -
CMYK 0.14 0.77 0 0.13
HSL 289.12º 0.72% 0.53% -
HSV(B) 289.12º 0.77% 0.87% -
XYZ 35.43 18.45 70.1 -
YUV 111.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 190 50 221 0.14 0.77 0 0.13 289.12 0.72 0.53
Hex BE 32 DD E 4D 0 D 121 48 35
Octal 276 62 335 16 115 0 15 441 110 65
Binary 10111110 110010 11011101 1110 1001101 0 1101 100100001 1001000 110101

Color Harmonies of #BE32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32DD

Black with #BE32DD

Text Example


Text Example

White with #BE32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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