Html Css Color HEX #BE32E8 Medium Orchid

📋 copy color: '#BE32E8'

red 190 ◦ green 50 ◦ blue 232

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

Shades of Medium Orchid #BE32E8

Tints of Medium Orchid #BE32E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 40.25%
G = 10.59%
B = 49.15%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE32E8 (or 0xBE32E8) is known color: Medium Orchid. HEX triplet: BE, 32 and E8. RGB value is (190,50,232). Sum of RGB (Red+Green+Blue) = 190+50+232=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE32E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE32E8 is #41CD17. Grayscale: #707070. Windows color (decimal): -4312344 or 15217342. OLE color: 15217342.

HSL color Cylindrical-coordinate representation of color #BE32E8: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE32E8 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 50 232 -
CMYK 0.18 0.78 0 0.09
HSL 286.15º 0.8% 0.55% -
HSV(B) 286.15º 0.78% 0.91% -
XYZ 36.94 19.05 78.07 -
YUV 112.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 190 50 232 0.18 0.78 0 0.09 286.15 0.8 0.55
Hex BE 32 E8 12 4E 0 9 11E 50 37
Octal 276 62 350 22 116 0 11 436 120 67
Binary 10111110 110010 11101000 10010 1001110 0 1001 100011110 1010000 110111

Color Harmonies of #BE32E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32E8

Black with #BE32E8

Text Example


Text Example

White with #BE32E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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