Html Css Color HEX #BE54CF Medium Orchid

📋 copy color: '#BE54CF'

red 190 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #BE54CF

Tints of Medium Orchid #BE54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 39.5%
G = 17.46%
B = 43.04%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE54CF (or 0xBE54CF) is known color: Medium Orchid. HEX triplet: BE, 54 and CF. RGB value is (190,84,207). Sum of RGB (Red+Green+Blue) = 190+84+207=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CF is #41AB30. Grayscale: #818181. Windows color (decimal): -4303665 or 13587646. OLE color: 13587646.

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

Color convert

RGB 190 84 207 -
CMYK 0.08 0.59 0 0.19
HSL 291.71º 0.56% 0.57% -
HSV(B) 291.71º 0.59% 0.81% -
XYZ 35.67 21.79 61.36 -
YUV 129.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 190 84 207 0.08 0.59 0 0.19 291.71 0.56 0.57
Hex BE 54 CF 8 3B 0 13 124 38 39
Octal 276 124 317 10 73 0 23 444 70 71
Binary 10111110 1010100 11001111 1000 111011 0 10011 100100100 111000 111001

Color Harmonies of #BE54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54CF

Black with #BE54CF

Text Example


Text Example

White with #BE54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54CF; }

 p { color: rgb(190,84,207); }

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

background-color css

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

 a { background-color: rgb(190,84,207); }

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

border-color css

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

 span { border-color: rgb(190,84,207); }

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