Html Css Color HEX #BE33DF Medium Orchid

📋 copy color: '#BE33DF'

red 190 ◦ green 51 ◦ blue 223

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

Shades of Medium Orchid #BE33DF

Tints of Medium Orchid #BE33DF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.99%

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

R = 40.95%
G = 10.99%
B = 48.06%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE33DF (or 0xBE33DF) is known color: Medium Orchid. HEX triplet: BE, 33 and DF. RGB value is (190,51,223). Sum of RGB (Red+Green+Blue) = 190+51+223=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33DF is #41CC20. Grayscale: #6F6F6F. Windows color (decimal): -4312097 or 14627774. OLE color: 14627774.

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

Color convert

RGB 190 51 223 -
CMYK 0.15 0.77 0 0.13
HSL 288.49º 0.73% 0.54% -
HSV(B) 288.49º 0.77% 0.87% -
XYZ 35.74 18.64 71.53 -
YUV 112.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 190 51 223 0.15 0.77 0 0.13 288.49 0.73 0.54
Hex BE 33 DF F 4D 0 D 120 49 36
Octal 276 63 337 17 115 0 15 440 111 66
Binary 10111110 110011 11011111 1111 1001101 0 1101 100100000 1001001 110110

Color Harmonies of #BE33DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33DF

Black with #BE33DF

Text Example


Text Example

White with #BE33DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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