Html Css Color HEX #BE47CC Medium Orchid

📋 copy color: '#BE47CC'

red 190 ◦ green 71 ◦ blue 204

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

Shades of Medium Orchid #BE47CC

Tints of Medium Orchid #BE47CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.27%

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

R = 40.86%
G = 15.27%
B = 43.87%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE47CC (or 0xBE47CC) is known color: Medium Orchid. HEX triplet: BE, 47 and CC. RGB value is (190,71,204). Sum of RGB (Red+Green+Blue) = 190+71+204=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE47CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47CC is #41B833. Grayscale: #797979. Windows color (decimal): -4306996 or 13387710. OLE color: 13387710.

HSL color Cylindrical-coordinate representation of color #BE47CC: hue angle of 293.68º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE47CC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 71 204 -
CMYK 0.07 0.65 0 0.2
HSL 293.68º 0.57% 0.54% -
HSV(B) 293.68º 0.65% 0.8% -
XYZ 34.39 19.81 59.14 -
YUV 121.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 190 71 204 0.07 0.65 0 0.2 293.68 0.57 0.54
Hex BE 47 CC 7 41 0 14 126 39 36
Octal 276 107 314 7 101 0 24 446 71 66
Binary 10111110 1000111 11001100 111 1000001 0 10100 100100110 111001 110110

Color Harmonies of #BE47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47CC

Black with #BE47CC

Text Example


Text Example

White with #BE47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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