Html Css Color HEX #BE50CC Medium Orchid

📋 copy color: '#BE50CC'

red 190 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #BE50CC

Tints of Medium Orchid #BE50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.88%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 40.08%
G = 16.88%
B = 43.04%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE50CC (or 0xBE50CC) is known color: Medium Orchid. HEX triplet: BE, 50 and CC. RGB value is (190,80,204). Sum of RGB (Red+Green+Blue) = 190+80+204=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50CC is #41AF33. Grayscale: #7E7E7E. Windows color (decimal): -4304692 or 13390014. OLE color: 13390014.

HSL color Cylindrical-coordinate representation of color #BE50CC: hue angle of 293.23º degrees, saturation: 0.55, 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 #BE50CC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 80 204 -
CMYK 0.07 0.61 0 0.2
HSL 293.23º 0.55% 0.56% -
HSV(B) 293.23º 0.61% 0.8% -
XYZ 35 21.04 59.34 -
YUV 127.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 190 80 204 0.07 0.61 0 0.2 293.23 0.55 0.56
Hex BE 50 CC 7 3D 0 14 125 37 38
Octal 276 120 314 7 75 0 24 445 67 70
Binary 10111110 1010000 11001100 111 111101 0 10100 100100101 110111 111000

Color Harmonies of #BE50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50CC

Black with #BE50CC

Text Example


Text Example

White with #BE50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50CC; }

 p { color: rgb(190,80,204); }

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

background-color css

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

 a { background-color: rgb(190,80,204); }

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

border-color css

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

 span { border-color: rgb(190,80,204); }

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