Html Css Color HEX #BE4CED Medium Orchid

📋 copy color: '#BE4CED'

red 190 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #BE4CED

Tints of Medium Orchid #BE4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.11%

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 37.77%
G = 15.11%
B = 47.12%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE4CED (or 0xBE4CED) is known color: Medium Orchid. HEX triplet: BE, 4C and ED. RGB value is (190,76,237). Sum of RGB (Red+Green+Blue) = 190+76+237=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE4CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE4CED is #41B312. Grayscale: #7F7F7F. Windows color (decimal): -4305683 or 15551678. OLE color: 15551678.

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

Color convert

RGB 190 76 237 -
CMYK 0.20 0.68 0 0.07
HSL 282.48º 0.82% 0.61% -
HSV(B) 282.48º 0.68% 0.93% -
XYZ 39.11 22.23 82.35 -
YUV 128.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 190 76 237 0.20 0.68 0 0.07 282.48 0.82 0.61
Hex BE 4C ED 14 44 0 7 11A 52 3D
Octal 276 114 355 24 104 0 7 432 122 75
Binary 10111110 1001100 11101101 10100 1000100 0 111 100011010 1010010 111101

Color Harmonies of #BE4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CED

Black with #BE4CED

Text Example


Text Example

White with #BE4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CED; }

 p { color: rgb(190,76,237); }

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

background-color css

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

 a { background-color: rgb(190,76,237); }

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

border-color css

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

 span { border-color: rgb(190,76,237); }

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