Html Css Color HEX #BE54CC Medium Orchid

📋 copy color: '#BE54CC'

red 190 ◦ green 84 ◦ blue 204

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

Shades of Medium Orchid #BE54CC

Tints of Medium Orchid #BE54CC

RGB

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

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

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

R = 39.75%
G = 17.57%
B = 42.68%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE54CC (or 0xBE54CC) is known color: Medium Orchid. HEX triplet: BE, 54 and CC. RGB value is (190,84,204). Sum of RGB (Red+Green+Blue) = 190+84+204=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE54CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54CC is #41AB33. Grayscale: #818181. Windows color (decimal): -4303668 or 13391038. OLE color: 13391038.

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

Color convert

RGB 190 84 204 -
CMYK 0.07 0.59 0 0.2
HSL 293º 0.54% 0.56% -
HSV(B) 293º 0.59% 0.8% -
XYZ 35.3 21.65 59.44 -
YUV 129.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 190 84 204 0.07 0.59 0 0.2 293 0.54 0.56
Hex BE 54 CC 7 3B 0 14 125 36 38
Octal 276 124 314 7 73 0 24 445 66 70
Binary 10111110 1010100 11001100 111 111011 0 10100 100100101 110110 111000

Color Harmonies of #BE54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54CC

Black with #BE54CC

Text Example


Text Example

White with #BE54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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