Html Css Color HEX #BE32CE Medium Orchid

📋 copy color: '#BE32CE'

red 190 ◦ green 50 ◦ blue 206

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

Shades of Medium Orchid #BE32CE

Tints of Medium Orchid #BE32CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 42.6%
G = 11.21%
B = 46.19%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE32CE (or 0xBE32CE) is known color: Medium Orchid. HEX triplet: BE, 32 and CE. RGB value is (190,50,206). Sum of RGB (Red+Green+Blue) = 190+50+206=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32CE is #41CD31. Grayscale: #6D6D6D. Windows color (decimal): -4312370 or 13513406. OLE color: 13513406.

HSL color Cylindrical-coordinate representation of color #BE32CE: hue angle of 293.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE32CE is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 50 206 -
CMYK 0.08 0.76 0 0.19
HSL 293.85º 0.61% 0.5% -
HSV(B) 293.85º 0.76% 0.81% -
XYZ 33.52 17.68 60.04 -
YUV 109.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 190 50 206 0.08 0.76 0 0.19 293.85 0.61 0.5
Hex BE 32 CE 8 4C 0 13 126 3D 32
Octal 276 62 316 10 114 0 23 446 75 62
Binary 10111110 110010 11001110 1000 1001100 0 10011 100100110 111101 110010

Color Harmonies of #BE32CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32CE

Black with #BE32CE

Text Example


Text Example

White with #BE32CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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