Html Css Color HEX #BE4FDD Medium Orchid

📋 copy color: '#BE4FDD'

red 190 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #BE4FDD

Tints of Medium Orchid #BE4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

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

R = 38.78%
G = 16.12%
B = 45.1%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE4FDD (or 0xBE4FDD) is known color: Medium Orchid. HEX triplet: BE, 4F and DD. RGB value is (190,79,221). Sum of RGB (Red+Green+Blue) = 190+79+221=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FDD is #41B022. Grayscale: #7F7F7F. Windows color (decimal): -4304931 or 14503870. OLE color: 14503870.

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

Color convert

RGB 190 79 221 -
CMYK 0.14 0.64 0 0.13
HSL 286.9º 0.68% 0.59% -
HSV(B) 286.9º 0.64% 0.87% -
XYZ 37.08 21.76 70.65 -
YUV 128.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 190 79 221 0.14 0.64 0 0.13 286.9 0.68 0.59
Hex BE 4F DD E 40 0 D 11F 44 3B
Octal 276 117 335 16 100 0 15 437 104 73
Binary 10111110 1001111 11011101 1110 1000000 0 1101 100011111 1000100 111011

Color Harmonies of #BE4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FDD

Black with #BE4FDD

Text Example


Text Example

White with #BE4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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