Html Css Color HEX #BE34DD Medium Orchid

📋 copy color: '#BE34DD'

red 190 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #BE34DD

Tints of Medium Orchid #BE34DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 41.04%
G = 11.23%
B = 47.73%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE34DD (or 0xBE34DD) is known color: Medium Orchid. HEX triplet: BE, 34 and DD. RGB value is (190,52,221). Sum of RGB (Red+Green+Blue) = 190+52+221=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE34DD is #41CB22. Grayscale: #6F6F6F. Windows color (decimal): -4311843 or 14496958. OLE color: 14496958.

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

Color convert

RGB 190 52 221 -
CMYK 0.14 0.76 0 0.13
HSL 288.99º 0.71% 0.54% -
HSV(B) 288.99º 0.76% 0.87% -
XYZ 35.51 18.62 70.13 -
YUV 112.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 190 52 221 0.14 0.76 0 0.13 288.99 0.71 0.54
Hex BE 34 DD E 4C 0 D 121 47 36
Octal 276 64 335 16 114 0 15 441 107 66
Binary 10111110 110100 11011101 1110 1001100 0 1101 100100001 1000111 110110

Color Harmonies of #BE34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE34DD

Black with #BE34DD

Text Example


Text Example

White with #BE34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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