Html Css Color HEX #BE32DC Medium Orchid

📋 copy color: '#BE32DC'

red 190 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #BE32DC

Tints of Medium Orchid #BE32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 41.3%
G = 10.87%
B = 47.83%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE32DC (or 0xBE32DC) is known color: Medium Orchid. HEX triplet: BE, 32 and DC. RGB value is (190,50,220). Sum of RGB (Red+Green+Blue) = 190+50+220=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32DC is #41CD23. Grayscale: #6E6E6E. Windows color (decimal): -4312356 or 14430910. OLE color: 14430910.

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

Color convert

RGB 190 50 220 -
CMYK 0.14 0.77 0 0.14
HSL 289.41º 0.71% 0.53% -
HSV(B) 289.41º 0.77% 0.86% -
XYZ 35.29 18.4 69.4 -
YUV 111.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 190 50 220 0.14 0.77 0 0.14 289.41 0.71 0.53
Hex BE 32 DC E 4D 0 E 121 47 35
Octal 276 62 334 16 115 0 16 441 107 65
Binary 10111110 110010 11011100 1110 1001101 0 1110 100100001 1000111 110101

Color Harmonies of #BE32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32DC

Black with #BE32DC

Text Example


Text Example

White with #BE32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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