Html Css Color HEX #BE41DD Medium Orchid

📋 copy color: '#BE41DD'

red 190 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #BE41DD

Tints of Medium Orchid #BE41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.66%

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

R = 39.92%
G = 13.66%
B = 46.43%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE41DD (or 0xBE41DD) is known color: Medium Orchid. HEX triplet: BE, 41 and DD. RGB value is (190,65,221). Sum of RGB (Red+Green+Blue) = 190+65+221=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41DD is #41BE22. Grayscale: #777777. Windows color (decimal): -4308515 or 14500286. OLE color: 14500286.

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

Color convert

RGB 190 65 221 -
CMYK 0.14 0.71 0 0.13
HSL 288.08º 0.7% 0.56% -
HSV(B) 288.08º 0.71% 0.87% -
XYZ 36.18 19.95 70.35 -
YUV 120.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 190 65 221 0.14 0.71 0 0.13 288.08 0.7 0.56
Hex BE 41 DD E 47 0 D 120 46 38
Octal 276 101 335 16 107 0 15 440 106 70
Binary 10111110 1000001 11011101 1110 1000111 0 1101 100100000 1000110 111000

Color Harmonies of #BE41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41DD

Black with #BE41DD

Text Example


Text Example

White with #BE41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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