Html Css Color HEX #BE3DDD Medium Orchid

📋 copy color: '#BE3DDD'

red 190 ◦ green 61 ◦ blue 221

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

Shades of Medium Orchid #BE3DDD

Tints of Medium Orchid #BE3DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 40.25%
G = 12.92%
B = 46.82%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3DDD (or 0xBE3DDD) is known color: Medium Orchid. HEX triplet: BE, 3D and DD. RGB value is (190,61,221). Sum of RGB (Red+Green+Blue) = 190+61+221=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3DDD is #41C222. Grayscale: #757575. Windows color (decimal): -4309539 or 14499262. OLE color: 14499262.

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

Color convert

RGB 190 61 221 -
CMYK 0.14 0.72 0 0.13
HSL 288.38º 0.7% 0.55% -
HSV(B) 288.38º 0.72% 0.87% -
XYZ 35.96 19.51 70.28 -
YUV 117.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 190 61 221 0.14 0.72 0 0.13 288.38 0.7 0.55
Hex BE 3D DD E 48 0 D 120 46 37
Octal 276 75 335 16 110 0 15 440 106 67
Binary 10111110 111101 11011101 1110 1001000 0 1101 100100000 1000110 110111

Color Harmonies of #BE3DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3DDD

Black with #BE3DDD

Text Example


Text Example

White with #BE3DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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