Html Css Color HEX #BE4FCD Medium Orchid

📋 copy color: '#BE4FCD'

red 190 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #BE4FCD

Tints of Medium Orchid #BE4FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 40.08%
G = 16.67%
B = 43.25%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE4FCD (or 0xBE4FCD) is known color: Medium Orchid. HEX triplet: BE, 4F and CD. RGB value is (190,79,205). Sum of RGB (Red+Green+Blue) = 190+79+205=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4FCD is #41B032. Grayscale: #7E7E7E. Windows color (decimal): -4304947 or 13455294. OLE color: 13455294.

HSL color Cylindrical-coordinate representation of color #BE4FCD: hue angle of 292.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4FCD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 79 205 -
CMYK 0.07 0.61 0 0.20
HSL 292.86º 0.56% 0.56% -
HSV(B) 292.86º 0.61% 0.8% -
XYZ 35.05 20.95 59.95 -
YUV 126.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 190 79 205 0.07 0.61 0 0.20 292.86 0.56 0.56
Hex BE 4F CD 7 3D 0 14 125 38 38
Octal 276 117 315 7 75 0 24 445 70 70
Binary 10111110 1001111 11001101 111 111101 0 10100 100100101 111000 111000

Color Harmonies of #BE4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FCD

Black with #BE4FCD

Text Example


Text Example

White with #BE4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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