Html Css Color HEX #BE33DD Medium Orchid

📋 copy color: '#BE33DD'

red 190 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #BE33DD

Tints of Medium Orchid #BE33DD

RGB

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

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

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

R = 41.13%
G = 11.04%
B = 47.84%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE33DD (or 0xBE33DD) is known color: Medium Orchid. HEX triplet: BE, 33 and DD. RGB value is (190,51,221). Sum of RGB (Red+Green+Blue) = 190+51+221=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33DD is #41CC22. Grayscale: #6F6F6F. Windows color (decimal): -4312099 or 14496702. OLE color: 14496702.

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

Color convert

RGB 190 51 221 -
CMYK 0.14 0.77 0 0.13
HSL 289.06º 0.71% 0.53% -
HSV(B) 289.06º 0.77% 0.87% -
XYZ 35.47 18.54 70.11 -
YUV 111.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 190 51 221 0.14 0.77 0 0.13 289.06 0.71 0.53
Hex BE 33 DD E 4D 0 D 121 47 35
Octal 276 63 335 16 115 0 15 441 107 65
Binary 10111110 110011 11011101 1110 1001101 0 1101 100100001 1000111 110101

Color Harmonies of #BE33DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33DD

Black with #BE33DD

Text Example


Text Example

White with #BE33DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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