Html Css Color HEX #BE34DF Medium Orchid

📋 copy color: '#BE34DF'

red 190 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #BE34DF

Tints of Medium Orchid #BE34DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.18%

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

R = 40.86%
G = 11.18%
B = 47.96%

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

#BE34DF (or 0xBE34DF) is known color: Medium Orchid. HEX triplet: BE, 34 and DF. RGB value is (190,52,223). Sum of RGB (Red+Green+Blue) = 190+52+223=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34DF is #41CB20. Grayscale: #707070. Windows color (decimal): -4311841 or 14628030. OLE color: 14628030.

HSL color Cylindrical-coordinate representation of color #BE34DF: hue angle of 288.42º 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 #BE34DF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 52 223 -
CMYK 0.15 0.77 0 0.13
HSL 288.42º 0.73% 0.54% -
HSV(B) 288.42º 0.77% 0.87% -
XYZ 35.78 18.73 71.54 -
YUV 112.76 190.22 183.1 -
System Red Green Blue C M Y K H S L
Decimal 190 52 223 0.15 0.77 0 0.13 288.42 0.73 0.54
Hex BE 34 DF F 4D 0 D 120 49 36
Octal 276 64 337 17 115 0 15 440 111 66
Binary 10111110 110100 11011111 1111 1001101 0 1101 100100000 1001001 110110

Color Harmonies of #BE34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34DF

Black with #BE34DF

Text Example


Text Example

White with #BE34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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