Html Css Color HEX #BE48CE Medium Orchid

📋 copy color: '#BE48CE'

red 190 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #BE48CE

Tints of Medium Orchid #BE48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 40.6%
G = 15.38%
B = 44.02%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE48CE (or 0xBE48CE) is known color: Medium Orchid. HEX triplet: BE, 48 and CE. RGB value is (190,72,206). Sum of RGB (Red+Green+Blue) = 190+72+206=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48CE is #41B731. Grayscale: #7A7A7A. Windows color (decimal): -4306738 or 13519038. OLE color: 13519038.

HSL color Cylindrical-coordinate representation of color #BE48CE: hue angle of 292.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE48CE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 72 206 -
CMYK 0.08 0.65 0 0.19
HSL 292.84º 0.58% 0.55% -
HSV(B) 292.84º 0.65% 0.81% -
XYZ 34.69 20.04 60.43 -
YUV 122.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 190 72 206 0.08 0.65 0 0.19 292.84 0.58 0.55
Hex BE 48 CE 8 41 0 13 125 3A 37
Octal 276 110 316 10 101 0 23 445 72 67
Binary 10111110 1001000 11001110 1000 1000001 0 10011 100100101 111010 110111

Color Harmonies of #BE48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48CE

Black with #BE48CE

Text Example


Text Example

White with #BE48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48CE; }

 p { color: rgb(190,72,206); }

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

background-color css

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

 a { background-color: rgb(190,72,206); }

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

border-color css

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

 span { border-color: rgb(190,72,206); }

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